diff options
Diffstat (limited to 'init-sh/level4.sh')
-rwxr-xr-x | init-sh/level4.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/level4.sh b/init-sh/level4.sh index edc5c64..4bda2af 100755 --- a/init-sh/level4.sh +++ b/init-sh/level4.sh @@ -58,9 +58,9 @@ echo -e "\t- Check passwd file integrity : yes." AddRules "CHECK_PASSWD=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check shadow file integrity : yes." AddRules "CHECK_SHADOW=yes" /etc/security/msec/security.conf quiet -echo -e "\t- Security warning on tty : \"yes\" :" +echo -e "\t- Security warning on tty : yes." AddRules "TTY_WARN=yes" /etc/security/msec/security.conf quiet -echo -e "\t- Security warning in syslog : \"yes\" :" +echo -e "\t- Security warning in syslog : yes." AddRules "SYSLOG_WARN=yes" /etc/security/msec/security.conf # end security check |