summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 716144e..3c1ee4e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -764,6 +764,7 @@ options MAC_BIBA
options MAC_BSDEXTENDED
options MAC_DEBUG
options MAC_IFOFF
+options MAC_LOMAC
options MAC_MLS
options MAC_NONE
options MAC_PARTITION
diff --git a/sys/conf/files b/sys/conf/files
index c562b1b..2e480223 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1507,6 +1507,7 @@ kern/uipc_sem.c optional p1003_1b_semaphores
security/mac_biba/mac_biba.c optional mac_biba
security/mac_bsdextended/mac_bsdextended.c optional mac_bsdextended
security/mac_ifoff/mac_ifoff.c optional mac_ifoff
+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
diff --git a/sys/conf/options b/sys/conf/options
index fc563fe..7e342be 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -152,6 +152,7 @@ MAC_BIBA opt_dontuse.h
MAC_BSDEXTENDED opt_dontuse.h
MAC_DEBUG opt_mac.h
MAC_IFOFF opt_dontuse.h
+MAC_LOMAC opt_dontuse.h
MAC_MLS opt_dontuse.h
MAC_NONE opt_dontuse.h
MAC_PARTITION opt_dontuse.h
OpenPOWER on IntegriCloud