summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-04-11 19:29:24 +0000
committerrwatson <rwatson@FreeBSD.org>2001-04-11 19:29:24 +0000
commite0d9dfbfedd05b45734092186902857c5b1c8d5b (patch)
tree9181efb2500c2c6c46139c71ff621bac8b0071be /sys/i386
parent3588cc574a9693e7d8cb527e9f280f3c78289343 (diff)
downloadFreeBSD-src-e0d9dfbfedd05b45734092186902857c5b1c8d5b.zip
FreeBSD-src-e0d9dfbfedd05b45734092186902857c5b1c8d5b.tar.gz
o Introduce "options REGRESSION", a kernel option which enables
interfaces and functionality intended for use during correctness and regression testing. Features enabled by "options REGRESSION" may in and of themselves introduce security or correctness problems if used improperly, and so are not intended for use in production systems, only in testing environments. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/NOTES9
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.
#
OpenPOWER on IntegriCloud