diff options
author | bde <bde@FreeBSD.org> | 2002-09-05 06:46:11 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-09-05 06:46:11 +0000 |
commit | 796fa43815244d2faba60f92c4eff26aae612386 (patch) | |
tree | c89c5c455efdaceb9ae7712a695f7bce9e216bd9 /sys | |
parent | 0e9ab9c4f6a473b355841589199d617d305ba5f5 (diff) | |
download | FreeBSD-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/NOTES | 8 |
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 ##################################################################### |