summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/menus.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-08-10 23:57:43 +0000
committerrwatson <rwatson@FreeBSD.org>2001-08-10 23:57:43 +0000
commit5dc8929a4df9432ed9fce8866220f39176df199d (patch)
tree3bc6c70dbda13e78bbdb414531ec82577d9fb1b0 /usr.sbin/sade/menus.c
parente1cf3a47437c4deaa5cf65bf38a73b29bcbf00c6 (diff)
downloadFreeBSD-src-5dc8929a4df9432ed9fce8866220f39176df199d.zip
FreeBSD-src-5dc8929a4df9432ed9fce8866220f39176df199d.tar.gz
o Reduce the number of offered security profiles, as we now have a more
conservative default, and actually prompt specifically for inetd rather than handling it as a side effect of the security profile. Update the help file to reflect this change. o Rename "Fascist" to "Extreme" in the source code, to match the names presented to the user. o Remove portmap and inetd from profile management. Portmap is now disabled by default, but automatically turned on if a feature requires it (such as NFS, etc). This is an MFC candidate for 4.4-RELEASE. Reviewed by: freebsd-arch@FreeBSD.org Approved by: re@FreeBSD.org MFC after: 2 days
Diffstat (limited to 'usr.sbin/sade/menus.c')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 490dd13..a7e6bbe 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -1673,10 +1673,8 @@ DMenu MenuSecurityProfile = {
"Select a canned security profile - F1 for help",
"security", /* help file */
{ { "X Exit", "Exit this menu (returning to previous)", NULL, configSecurityModerate },
- { "Low", "Fairly wide-open (little) security.", NULL, configSecurityLiberal },
{ "Medium", "Moderate security settings [DEFAULT].", NULL, configSecurityModerate },
- { "High", "Fairly safe security settings.", NULL, configSecurityHigh },
- { "Extreme", "Very restrictive security settings.", NULL, configSecurityFascist },
+ { "Extreme", "Very restrictive security settings.", NULL, configSecurityExtreme },
{ NULL } },
};
OpenPOWER on IntegriCloud