diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-12-09 19:06:43 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-12-09 19:06:43 +0000 |
| commit | 9bcce935908522b6e2fd9f81260d63115b36090f (patch) | |
| tree | dc97d92df397c94945a5a91d629c8e629bbe24c8 | |
| parent | f2400b0fc35707141dbdfe521f5c7e870eec92f3 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 5e5455b0394e..a0a24505d33e 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 5e5455b0394e..a0a24505d33e 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 } }, |
