summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf/GENERIC
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-06-02 18:31:08 +0000
committerrwatson <rwatson@FreeBSD.org>2009-06-02 18:31:08 +0000
commit14f4a9dd42b965a4a23b2aef0c7496f931649524 (patch)
treec54525a6e0aff1a518bfb0388e7af117d0d32e4b /sys/pc98/conf/GENERIC
parent9d4f8dda8fd9436afd4e7d6c966045d29d4cf2eb (diff)
downloadFreeBSD-src-14f4a9dd42b965a4a23b2aef0c7496f931649524.zip
FreeBSD-src-14f4a9dd42b965a4a23b2aef0c7496f931649524.tar.gz
Remove MAC kernel config files and add "options MAC" to GENERIC, with the
goal of shipping 8.0 with MAC support in the default kernel. No policies will be compiled in or enabled by default, but it will now be possible to load them at boot or runtime without a kernel recompile. While the framework is not believed to impose measurable overhead when no policies are loaded (a result of optimization over the past few months in HEAD), we'll continue to benchmark and optimize as the release approaches. Please keep an eye out for performance or functionality regressions that could be a result of this change. Approved by: re (kensmith) Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/pc98/conf/GENERIC')
-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 539feab..82b8888 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -73,6 +73,7 @@ options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
+options MAC # TrustedBSD MAC Framework
# Debugging for use in -current
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud