diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 15:10:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 15:10:24 +0000 |
commit | 200b8f2b186d57ad39c3c70db9b4c480ec642984 (patch) | |
tree | 4f5f757146896e99321e10bdccbbccc072bd75c4 | |
parent | f5a1988b83a0b4f2c5000298d6eca5cfe754a252 (diff) | |
download | drakx-200b8f2b186d57ad39c3c70db9b4c480ec642984.tar drakx-200b8f2b186d57ad39c3c70db9b4c480ec642984.tar.gz drakx-200b8f2b186d57ad39c3c70db9b4c480ec642984.tar.bz2 drakx-200b8f2b186d57ad39c3c70db9b4c480ec642984.tar.xz drakx-200b8f2b186d57ad39c3c70db9b4c480ec642984.zip |
synced with msec
-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 2e5d3d993..2e631ef58 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 password, or a password while it should be in /etc/shadow or other users with id 0."), +CHECK_PASSWD => N("if set to yes, check for empty passwords, for no password in /etc/shadow and for"), 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."), |