summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-02-22 16:56:50 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-02-22 16:56:50 +0000
commit6bd383497e16a1c5043ec60d0233753d837cbce9 (patch)
treea4bfabe2f08f96c89b28e6490d903c52be3fa6c1 /perl-install/any.pm
parentef44acf667d44704b603afed54e2fa9730cf8006 (diff)
downloaddrakx-backup-do-not-use-6bd383497e16a1c5043ec60d0233753d837cbce9.tar
drakx-backup-do-not-use-6bd383497e16a1c5043ec60d0233753d837cbce9.tar.gz
drakx-backup-do-not-use-6bd383497e16a1c5043ec60d0233753d837cbce9.tar.bz2
drakx-backup-do-not-use-6bd383497e16a1c5043ec60d0233753d837cbce9.tar.xz
drakx-backup-do-not-use-6bd383497e16a1c5043ec60d0233753d837cbce9.zip
change name and description of security levels
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm14
1 files changed, 6 insertions, 8 deletions
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.")),
);