diff options
author | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 14:37:50 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2003-02-17 14:37:50 +0000 |
commit | c2a9e7a2f7886c4abf0d53c26710a4362c0614b9 (patch) | |
tree | 66c4484410742bcc027e9fa9b020df59c3a5bef9 /share/libmsec.py | |
parent | 908f3af4f173bb7053009dbf39f95475e78bf68b (diff) | |
download | msec-c2a9e7a2f7886c4abf0d53c26710a4362c0614b9.tar msec-c2a9e7a2f7886c4abf0d53c26710a4362c0614b9.tar.gz msec-c2a9e7a2f7886c4abf0d53c26710a4362c0614b9.tar.bz2 msec-c2a9e7a2f7886c4abf0d53c26710a4362c0614b9.tar.xz msec-c2a9e7a2f7886c4abf0d53c26710a4362c0614b9.zip |
reworded CHECK_PASSWD description
Diffstat (limited to 'share/libmsec.py')
-rw-r--r-- | share/libmsec.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/libmsec.py b/share/libmsec.py index 4cb4214..87f96a1 100644 --- a/share/libmsec.py +++ b/share/libmsec.py @@ -1211,7 +1211,8 @@ CHECK_SUID_MD5 if set to yes, verify checksum of the suid/sgid files. CHECK_SECURITY if set to yes, run the daily security checks. -CHECK_PASSWD 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 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 if set to yes, report check result to syslog. |