From e4887d67549570e45a384c1c6ea2968710b70527 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 30 Aug 2002 12:20:34 +0000 Subject: writeable => writable --- init-sh/level1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh/level1.sh') diff --git a/init-sh/level1.sh b/init-sh/level1.sh index a40a22e..ce6b2d7 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -41,7 +41,7 @@ echo -e "\t- Check suid root file integrity (backdoor check) : no." echo -e "\t- Check suid group file : no." AddRules "CHECK_SUID_GROUP=no" /etc/security/msec/security.conf quiet echo -e "\t- Check world writable file : no." - AddRules "CHECK_WRITEABLE=no" /etc/security/msec/security.conf quiet + AddRules "CHECK_WRITABLE=no" /etc/security/msec/security.conf quiet echo -e "\t- Check unowned file : no." AddRules "CHECK_UNOWNED=no" /etc/security/msec/security.conf quiet echo -e "\t- Check promiscuous mode : no." -- cgit v1.2.1