diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-10 15:28:48 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-10 15:28:48 +0000 |
commit | 37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e (patch) | |
tree | 9b4e2b5702635851881658e5c317dc9ec2857ec9 /init-sh/level0.sh | |
parent | bbe22d8926f535bffb7e79ae8255a45502b91292 (diff) | |
download | msec-37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e.tar msec-37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e.tar.gz msec-37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e.tar.bz2 msec-37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e.tar.xz msec-37a7b76e3601bbf4543a7f77fac7b5d240ab4d2e.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/level0.sh')
-rwxr-xr-x | init-sh/level0.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh index 599cabe..edea66d 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -22,8 +22,8 @@ AddRules "tty6" /etc/securetty # Security check echo "Updating file check variable : " -echo -e "\t- Check security : yes." - AddRules "CHECK_SECURITY=yes" /etc/security/msec/security.conf quiet +echo -e "\t- Check security : no." + AddRules "CHECK_SECURITY=no" /etc/security/msec/security.conf quiet echo -e "\t- Check important permissions : no." AddRules "CHECK_PERMS=no" /etc/security/msec/security.conf quiet echo -e "\t- Check suid root file : no." @@ -44,9 +44,9 @@ echo -e "\t- Check passwd file integrity : no." AddRules "CHECK_PASSWD=no" /etc/security/msec/security.conf quiet 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\" :" +echo -e "\t- Security warning on tty : no." AddRules "TTY_WARN=no" /etc/security/msec/security.conf quiet -echo -e "\t- Security warning in syslog : \"no\" :" +echo -e "\t- Security warning in syslog : no." AddRules "SYSLOG_WARN=no" /etc/security/msec/security.conf # end security check |