#!/usr/bin/perl use lib qw(/usr/lib/libDrakX); use common; use interactive; use standalone; use mouse; use c; local $_ = join '', @ARGV; /-h/ and die "usage: draksec [--expert]\n"; $::expert = /-expert/ || cat_("/etc/sysconfig/system") =~ /^CLASS="?expert/m; #" $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/; my $in = vnew interactive('su', 'security'); my %m = reverse (my %l = ( 0 => _("Welcome To Crackers"), 1 => _("Poor"), 2 => _("Low"), 3 => _("Medium"), 4 => _("High"), 5 => _("Paranoid"), )); my %help = ( 0 => _("This level is to be used with care. It makes your system more easy to use, but very sensitive: it must not be used for a machine connected to others or to the Internet. There is no password access."), 1 => _("Password are now enabled, but use as a networked computer is still not recommended."), 2 => _("Few improvements for this security level, the main one is that there are more security warnings and checks."), 3 => _("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. "), 4 => _("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. "), 5 => _("We take level 4 features, but now the system is entirely closed. Security features are at their maximum."), ); delete @l{0,1,5} unless $::expert; delete @help{0,1,5} unless $::expert; begin: $::isEmbedded and kill USR2, $::CCPID; $secure_level = ${{ getVarsFromSh("/etc/profile") }}{SECURE_LEVEL} || $ENV{SECURE_LEVEL} || 2; if (my $level = $in->ask_from_list('', _("Choose security level") . "\n\n" . join('', map { "$l{$_}: $help{$_}\n\n" } keys %l), [ values %l ], $l{$secure_level})) { my $w = $in->wait_message('', _("Setting security level")); $in->suspend; $ENV{LILO_PASSWORD} = ''; # make it non interactive system "/usr/sbin/msec", $m{$level}; $in->resume; } !$::isEmbedded ? $in->exit(0) : kill(USR1, $::CCPID); goto begin; Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-19 19:41:30 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-19 19:41:30 +0000
commit4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2 (patch)
tree4bca2c2ee3703fc9c7d1640a7e74b1fea0229c56 /perl-install/share/po
parent1cbb512c517e0126d5abcddf8b26013b90a64283 (diff)
downloaddrakx-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar
drakx-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.gz
drakx-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.bz2
drakx-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.tar.xz
drakx-4d27d7ee5c37eab43f910cd6eec9fc93fda9aed2.zip
updated pot file
Diffstat (limited to 'perl-install/share/po')