diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-17 07:48:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-17 07:48:11 +0000 |
commit | 1906f8079cb078fc26ed77c15e5eb428fa176ed4 (patch) | |
tree | 6408a8fdbf28f11bdd3ad821d1c7bf0492a1844e | |
parent | 91bb7c30e2a3bb0c196207beb9675bb36c828f1b (diff) | |
download | drakx-backup-do-not-use-1906f8079cb078fc26ed77c15e5eb428fa176ed4.tar drakx-backup-do-not-use-1906f8079cb078fc26ed77c15e5eb428fa176ed4.tar.gz drakx-backup-do-not-use-1906f8079cb078fc26ed77c15e5eb428fa176ed4.tar.bz2 drakx-backup-do-not-use-1906f8079cb078fc26ed77c15e5eb428fa176ed4.tar.xz drakx-backup-do-not-use-1906f8079cb078fc26ed77c15e5eb428fa176ed4.zip |
remove libsafe option (not anymore used by msec)
-rw-r--r-- | perl-install/security/msec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index 5fc6f7ad1..2ca6fa6cf 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -200,7 +200,7 @@ sub get_functions { my @system_list = qw(allow_autologin allow_issues allow_reboot allow_remote_root_login allow_root_login allow_user_list allow_x_connections allow_xserver_to_listen - authorize_services enable_at_crontab enable_console_log enable_libsafe + authorize_services enable_at_crontab enable_console_log enable_msec_cron enable_pam_wheel_for_su enable_password enable_security_check enable_sulogin password_aging password_history password_length set_root_umask set_shell_history_size set_shell_timeout set_user_umask); |