From 8a993d48c871117903de2bcfc24bad26fcd0c3d1 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 9 Dec 2002 19:06:43 +0000 Subject: 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) --- usr.sbin/sysinstall/menus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/sysinstall') 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 } }, -- cgit v1.1