diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-28 08:47:19 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-28 08:47:19 +0000 |
commit | 9373a8d07f2563d0d594888bb58a7dd383091e4f (patch) | |
tree | 7ba243aaddec44c06de63f13e29bf5a136d4a322 /init-sh/level3.sh | |
parent | 403a38da3b33afd20f14eae838fc0a1e92d84678 (diff) | |
download | msec-9373a8d07f2563d0d594888bb58a7dd383091e4f.tar msec-9373a8d07f2563d0d594888bb58a7dd383091e4f.tar.gz msec-9373a8d07f2563d0d594888bb58a7dd383091e4f.tar.bz2 msec-9373a8d07f2563d0d594888bb58a7dd383091e4f.tar.xz msec-9373a8d07f2563d0d594888bb58a7dd383091e4f.zip |
*** empty log message ***
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 6be1a66..b5d8ec0 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -34,8 +34,8 @@ echo -e "\t- Check suid root file : yes." AddRules "CHECK_SUID_ROOT=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check suid root file integrity (backdoor check) : yes." AddRules "CHECK_SUID_MD5=yes" /etc/security/msec/security.conf quiet -echo -e "\t- Check suid group file : no." - AddRules "CHECK_SUID_GROUP=no" /etc/security/msec/security.conf quiet +echo -e "\t- Check suid group file : yes." + AddRules "CHECK_SUID_GROUP=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check world writable file : yes." AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check unowned file : no." |