Uncommented MAC options so that they get linted. This exposes brokenness

in kern_mac.c.
This commit is contained in:
bde 2002-09-05 06:46:11 +00:00
parent 0e9ab9c4f6
commit 796fa43815

View File

@ -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
#####################################################################