aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-06-08 20:29:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-06-08 20:29:07 +0000
commit68d4cc614a37d3eb2498ae7fdce234619598343c (patch)
tree9f4e32cc3312b354c4ffa1afbc37e770839176b2 /sys/pc98
parent6d63683c4165833f53144fcf51bc54f8d3dc6c32 (diff)
downloadsrc-68d4cc614a37d3eb2498ae7fdce234619598343c.tar.gz
src-68d4cc614a37d3eb2498ae7fdce234619598343c.zip
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
Notes
Notes: svn path=/head/; revision=170440
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 5185fd4d65fa..d2a66f8ee84d 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -61,6 +61,7 @@ options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
+options AUDIT # Security event auditing
# Debugging for use in -current
options KDB # Enable kernel debugger support.