summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-05 06:46:11 +0000
committerbde <bde@FreeBSD.org>2002-09-05 06:46:11 +0000
commit796fa43815244d2faba60f92c4eff26aae612386 (patch)
treec89c5c455efdaceb9ae7712a695f7bce9e216bd9 /sys
parent0e9ab9c4f6a473b355841589199d617d305ba5f5 (diff)
downloadFreeBSD-src-796fa43815244d2faba60f92c4eff26aae612386.zip
FreeBSD-src-796fa43815244d2faba60f92c4eff26aae612386.tar.gz
Uncommented MAC options so that they get linted. This exposes brokenness
in kern_mac.c.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 506c606..02b5f17 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -748,10 +748,10 @@ options _KPOSIX_VERSION=199309L
#####################################################################
# SECURITY POLICY PARAMETERS
-# Support for Mandatory Access Control (MAC)
-#options MAC
-#options MAC_DEBUG
-#options MAC_NONE # Statically link mac_none policy
+# Support for Mandatory Access Control (MAC):
+options MAC
+options MAC_DEBUG
+options MAC_NONE # Statically link mac_none policy
#####################################################################
OpenPOWER on IntegriCloud