From cd6d1d76b86197a6665a65abefa812d3e6a8f377 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 5 Sep 2002 06:46:11 +0000 Subject: [PATCH] Uncommented MAC options so that they get linted. This exposes brokenness in kern_mac.c. --- sys/conf/NOTES | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 506c6060ea22..02b5f17d0142 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 #####################################################################