diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-27 16:29:51 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-27 16:29:51 +0000 |
commit | 400bffd28039227e43fef4229f7d8a0c54bf8256 (patch) | |
tree | b0ad1b03cecd5073439bb0e7879f115f5a502f3a /init-sh/level3.sh | |
parent | 5131eb47114909bdce4cebebc09a57a5a72ad039 (diff) | |
download | msec-400bffd28039227e43fef4229f7d8a0c54bf8256.tar msec-400bffd28039227e43fef4229f7d8a0c54bf8256.tar.gz msec-400bffd28039227e43fef4229f7d8a0c54bf8256.tar.bz2 msec-400bffd28039227e43fef4229f7d8a0c54bf8256.tar.xz msec-400bffd28039227e43fef4229f7d8a0c54bf8256.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 6f091fd..6be1a66 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -50,6 +50,9 @@ 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." AddRules "TTY_WARN=no" /etc/security/msec/security.conf quiet +echo -e "\t- Security warning by mail : yes." + AddRules "MAIL_WARN=yes" /etc/security/msec/security.conf quiet + AddRules "MAIL_USER=root" /etc/security/msec/security.conf quiet echo -e "\t- Security warning in syslog : yes." AddRules "SYSLOG_WARN=yes" /etc/security/msec/security.conf # end security check @@ -82,4 +85,4 @@ rm -f ${tmpfile} echo "done." # Group were modified in lib.sh... -grpconv
\ No newline at end of file +grpconv |