diff options
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 5804654..6b90e59 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -38,7 +38,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : yes." 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_WRITABLE=yes" /etc/security/msec/security.conf quiet + AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check unowned file : yes." AddRules "CHECK_UNOWNED=yes" /etc/security/msec/security.conf quiet echo -e "\t- Check promiscuous mode : yes." |