summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f03279a..c9a38ac 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -806,6 +806,7 @@ options MAC_LOMAC
options MAC_MLS
options MAC_NONE
options MAC_PARTITION
+options MAC_PORTACL
options MAC_SEEOTHERUIDS
options MAC_TEST
diff --git a/sys/conf/files b/sys/conf/files
index b4f8088..4b98441 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1518,6 +1518,7 @@ security/mac_lomac/mac_lomac.c optional mac_lomac
security/mac_mls/mac_mls.c optional mac_mls
security/mac_none/mac_none.c optional mac_none
security/mac_partition/mac_partition.c optional mac_partition
+security/mac_portacl/mac_portacl.c optional mac_portacl
security/mac_seeotheruids/mac_seeotheruids.c optional mac_seeotheruids
security/mac_test/mac_test.c optional mac_test
ufs/ffs/ffs_alloc.c optional ffs
diff --git a/sys/conf/options b/sys/conf/options
index 854d85b9..e097828 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -159,6 +159,7 @@ MAC_LOMAC opt_dontuse.h
MAC_MLS opt_dontuse.h
MAC_NONE opt_dontuse.h
MAC_PARTITION opt_dontuse.h
+MAC_PORTACL opt_dontuse.h
MAC_SEEOTHERUIDS opt_dontuse.h
MAC_TEST opt_dontuse.h
OpenPOWER on IntegriCloud