diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-30 12:20:34 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-30 12:20:34 +0000 |
commit | e4887d67549570e45a384c1c6ea2968710b70527 (patch) | |
tree | fe9489267347a5fcca54651ade298fb908af3072 /init-sh | |
parent | 89cbae7ddfea0a55656c639da86a7f931c7a6ff1 (diff) | |
download | msec-e4887d67549570e45a384c1c6ea2968710b70527.tar msec-e4887d67549570e45a384c1c6ea2968710b70527.tar.gz msec-e4887d67549570e45a384c1c6ea2968710b70527.tar.bz2 msec-e4887d67549570e45a384c1c6ea2968710b70527.tar.xz msec-e4887d67549570e45a384c1c6ea2968710b70527.zip |
writeable => writable
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/custom.sh | 4 | ||||
-rwxr-xr-x | init-sh/level1.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/init-sh/custom.sh b/init-sh/custom.sh index dd8b9a5..b22f96f 100755 --- a/init-sh/custom.sh +++ b/init-sh/custom.sh @@ -143,10 +143,10 @@ if [[ ${answer} == yes ]]; then fi ### -echo "Do you want your system to daily check Writeable file change ?" +echo "Do you want your system to daily check Writable file change ?" WaitAnswer; clear if [[ ${answer} == yes ]]; then - AddRules "CHECK_WRITEABLE=yes" /etc/security/msec/security.conf + AddRules "CHECK_WRITABLE=yes" /etc/security/msec/security.conf WRITE_CRON="true" fi 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." |