summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-12-09 19:06:43 +0000
committerrwatson <rwatson@FreeBSD.org>2002-12-09 19:06:43 +0000
commit8a993d48c871117903de2bcfc24bad26fcd0c3d1 (patch)
treedc97d92df397c94945a5a91d629c8e629bbe24c8 /usr.sbin
parentc2273f468f590408c5fb1105ca680cd22e322cf0 (diff)
downloadFreeBSD-src-8a993d48c871117903de2bcfc24bad26fcd0c3d1.zip
FreeBSD-src-8a993d48c871117903de2bcfc24bad26fcd0c3d1.tar.gz
Unhook LOMAC sysinstall twiddle for the time being: mac_lomac requires
the MAC Framework to be compiled into the kernel, and that's not well-expressed in sysinstall. Approved by: re (bmah)
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