summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-03-08 10:16:56 +0000
committerjkh <jkh@FreeBSD.org>2001-03-08 10:16:56 +0000
commitb8d51152532e9dfa4cf67ad2e643c906cd2264fd (patch)
tree7eefbb0dc3ea27a406d31d863eafd8edc580618b /usr.sbin/sade/config.c
parent84709752a1c6fac263e353b6ab0ea5c6c0940e7f (diff)
downloadFreeBSD-src-b8d51152532e9dfa4cf67ad2e643c906cd2264fd.zip
FreeBSD-src-b8d51152532e9dfa4cf67ad2e643c906cd2264fd.tar.gz
Fix some of the security profile messages to be more explanatory
and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do.
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 3dc9f7e..9a15299 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -554,8 +554,8 @@ configSecurityModerate(dialogMenuItem *self)
"mechanisms like inetd(8) have been enabled by default\n"
"for a comfortable user experience but with possible\n"
"trade-offs in system security. If this bothers you and\n"
- "you know exactly what you are doing, select the high\n"
- "high security profile instead.\n\n"
+ "you know exactly what you are doing, select one of the\n"
+ "other security profiles instead.\n\n"
"To change any of these settings later, edit /etc/rc.conf");
restorescr(w);
@@ -578,9 +578,9 @@ configSecurityLiberal(dialogMenuItem *self)
"This means that most \"popular\" network services and\n"
"mechanisms like inetd(8) have been enabled by default\n"
"for the most comfortable user experience but with possible\n"
- "trade-offs in system security. If this bothers you, select\n"
- "the medium security profile or, if you know exactly what you\n"
- "are doing, the high security profile instead.\n\n"
+ "trade-offs in system security. If this bothers you and\n"
+ "you know exactly what you are doing, select one of the\n"
+ "other security profiles instead.\n\n"
"To change any of these settings later, edit /etc/rc.conf");
restorescr(w);
OpenPOWER on IntegriCloud