diff options
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3513ef3..e4e3635 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -374,6 +374,15 @@ options INVARIANT_SUPPORT options DIAGNOSTIC # +# REGRESSION causes optional kernel interfaces necessary only for regression +# testing to be enabled. These interfaces may consitute security risks +# when enabled, as they permit processes to easily modify aspects of the +# run-time environment to reproduce unlikely or unusual (possibly normally +# impossible) scenarios. +# +options REGRESSION + +# # PERFMON causes the driver for Pentium/Pentium Pro performance counters # to be compiled. See perfmon(4) for more information. # |