From 6bd383497e16a1c5043ec60d0233753d837cbce9 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 22 Feb 2002 16:56:50 +0000 Subject: change name and description of security levels --- perl-install/any.pm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 86c7e76ce..8a9bd163d 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1005,9 +1005,9 @@ sub choose_security_level { my %l = ( 0 => _("Welcome To Crackers"), 1 => _("Poor"), - 2 => _("Low"), - 3 => _("Medium"), - 4 => _("High"), + 2 => _("Standard"), + 3 => _("High"), + 4 => _("Higher"), 5 => _("Paranoid"), ); my %help = ( @@ -1015,13 +1015,11 @@ sub choose_security_level { but very sensitive: it must not be used for a machine connected to others or to the Internet. There is no password access.")), 1 => formatAlaTeX(_("Password are now enabled, but use as a networked computer is still not recommended.")), - 2 => formatAlaTeX(_("Few improvements for this security level, the main one is that there are -more security warnings and checks.")), - 3 => formatAlaTeX(_("This is the standard security recommended for a computer that will be used -to connect to the Internet as a client. There are now security checks. ")), + 2 => formatAlaTeX(_("This is the standard security recommended for a computer that will be used to connect to the Internet as a client.")), + 3 => formatAlaTeX(_("Standard security, but we already set some restrictions, and more automatic checks are run every night.")), 4 => formatAlaTeX(_("With this security level, the use of this system as a server becomes possible. The security is now high enough to use the system as a server which accept -connections from many clients. ")), +connections from many clients. Note: if your machine is only a client on the Internet, you should better choose the previous level.")), 5 => formatAlaTeX(_("Based on the previous level, but the system is entirely closed. Security features are at their maximum.")), ); -- cgit v1.2.1