diff options
-rw-r--r-- | perl-install/security/msec.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index 3952552a3..1c7295a7f 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -273,7 +273,8 @@ sub choose_checks { ("You can customize the following security checks. For more information, see the mseclib manual page."), [ { val => _("Basic Options"), type => 'button', clicked_may_quit => sub { $$signal = 0; print ""; } }, - { val => _("Security Checks"), type => 'button', clicked_may_quit => sub {$$signal = 2; print ""; } }, + { val => _("Advanced Options"), type => 'button', clicked_may_quit => sub { $$signal = 1; print ""; } }, +# { val => _("Firewall Configuration"), type => 'button', clicked_may_quit => sub { $$signal = 3; print ""; } }, @display ], ); |