diff options
-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 ##################################################################### |