summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/menus.c2
-rw-r--r--usr.sbin/sysinstall/menus.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 5e5455b..a0a2450 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -2312,8 +2312,10 @@ DMenu MenuSecurity = {
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ " Security Profile", "Select a security profile for the system",
NULL, configSecurityProfile },
+#if 0
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
+#endif
{ " NFS port", "Require that the NFS clients used reserved ports",
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
{ NULL } },
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 5e5455b..a0a2450 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -2312,8 +2312,10 @@ DMenu MenuSecurity = {
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ " Security Profile", "Select a security profile for the system",
NULL, configSecurityProfile },
+#if 0
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
+#endif
{ " NFS port", "Require that the NFS clients used reserved ports",
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
{ NULL } },
OpenPOWER on IntegriCloud