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/level0.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/level0.sh')
-rwxr-xr-x | init-sh/level0.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh index 5f4d66b..1c1447f 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -46,6 +46,8 @@ echo -e "\t- Check shadow file integrity : no." AddRules "CHECK_SHADOW=no" /etc/security/msec/security.conf quiet echo -e "\t- Security warning on tty : no." AddRules "TTY_WARN=no" /etc/security/msec/security.conf quiet +echo -e "\t- Security warning by mail : no." + AddRules "MAIL_WARN=no" /etc/security/msec/security.conf quiet echo -e "\t- Security warning in syslog : no." AddRules "SYSLOG_WARN=no" /etc/security/msec/security.conf # end security check |