diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-18 08:34:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-18 08:34:55 +0000 |
commit | 5bed44588b6b0ebfd29f843003e7dd744d7840f7 (patch) | |
tree | 51b5f9fa14dd910472f961f9405428ad13a69495 /perl-install/security/help.pm | |
parent | 57d2483bb80f36992fa724c8ad20f64abeea93be (diff) | |
download | drakx-5bed44588b6b0ebfd29f843003e7dd744d7840f7.tar drakx-5bed44588b6b0ebfd29f843003e7dd744d7840f7.tar.gz drakx-5bed44588b6b0ebfd29f843003e7dd744d7840f7.tar.bz2 drakx-5bed44588b6b0ebfd29f843003e7dd744d7840f7.tar.xz drakx-5bed44588b6b0ebfd29f843003e7dd744d7840f7.zip |
resync with msec
Diffstat (limited to 'perl-install/security/help.pm')
-rw-r--r-- | perl-install/security/help.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm index 2e631ef58..9300126e0 100644 --- a/perl-install/security/help.pm +++ b/perl-install/security/help.pm @@ -144,7 +144,7 @@ CHECK_UNOWNED => N("if set to yes, report unowned files."), CHECK_SHADOW => N("if set to yes, check empty password in /etc/shadow."), CHECK_SUID_MD5 => N("if set to yes, verify checksum of the suid/sgid files."), CHECK_SECURITY => N("if set to yes, run the daily security checks."), -CHECK_PASSWD => N("if set to yes, check for empty passwords, for no password in /etc/shadow and for"), +CHECK_PASSWD => N("if set to yes, check for empty passwords, for no password in /etc/shadow and for users with the 0 id other than root."), SYSLOG_WARN => N("if set to yes, report check result to syslog."), CHECK_SUID_ROOT => N("if set to yes, check additions/removals of suid root files."), CHECK_PERMS => N("if set to yes, check permissions of files in the users' home."), |