summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-06-08 20:29:07 +0000
committerrwatson <rwatson@FreeBSD.org>2007-06-08 20:29:07 +0000
commit4f2da72e8bb5f845604ec519a92babb7b2a6bba9 (patch)
tree9f4e32cc3312b354c4ffa1afbc37e770839176b2 /sys/amd64/conf
parentb08fdf6c0f04a96e6e3eec9fb2313784ec63bf4c (diff)
downloadFreeBSD-src-4f2da72e8bb5f845604ec519a92babb7b2a6bba9.zip
FreeBSD-src-4f2da72e8bb5f845604ec519a92babb7b2a6bba9.tar.gz
Enable AUDIT by default in the GENERIC kernel, allowing security event
auditing to be turned on without a kernel recompile, just an rc.conf option. Approved by: re (kensmith) Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 62a5db9..de62c23 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -60,6 +60,7 @@ options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
+options AUDIT # Security event auditing
# Debugging for use in -current
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud