From 4f2da72e8bb5f845604ec519a92babb7b2a6bba9 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 8 Jun 2007 20:29:07 +0000 Subject: 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 --- sys/sparc64/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 7675f46..e4a7a26 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -60,6 +60,7 @@ options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options ADAPTIVE_GIANT # Giant mutex is adaptive. +options AUDIT # Security event auditing # Debugging for use in -current options KDB # Enable kernel debugger support. -- cgit v1.1