summaryrefslogtreecommitdiffstats
path: root/perl-install/security
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-15 15:25:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-15 15:25:02 +0000
commit1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8 (patch)
tree7ecfc6f787e9272c9e79d95e4867ec1a368542cf /perl-install/security
parent556d9b18254e4a40f98fea9b4d5e4d23a4c4bb11 (diff)
downloaddrakx-1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8.tar
drakx-1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8.tar.gz
drakx-1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8.tar.bz2
drakx-1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8.tar.xz
drakx-1c5a736f0a3b0a133cbcb4cf4cf4a9abf9b558b8.zip
(level_choose) kill 'libsafe' option which isn't visible since libsafe
package is not availalbe since 2007.1
Diffstat (limited to 'perl-install/security')
-rw-r--r--perl-install/security/level.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm
index 9b0bc6ee5..a411d66bf 100644
--- a/perl-install/security/level.pm
+++ b/perl-install/security/level.pm
@@ -62,9 +62,6 @@ connections from many clients. Note: if your machine is only a client on the Int
N("%s: %s", to_string($_), formatAlaTeX($help{$_}));
},
type => 'list', gtk => { use_boxradio => 1 } },
- if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/,
- { label => N("Use libsafe for servers"), val => $libsafe, type => 'bool', text =>
- N("A library which defends against buffer overflow and format string attacks.") }),
{ label => N("Security Administrator:"), title => 1 },
{ label => N("Login or email:"), val => $email, },
],