From 74055382de3e44e81bf084d08883e7a9e5b90b04 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Mon, 6 Dec 1999 18:11:39 +0000 Subject: *** empty log message *** --- init-sh/level1.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'init-sh/level1.sh') diff --git a/init-sh/level1.sh b/init-sh/level1.sh index dba9f55..b652fc6 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -22,6 +22,10 @@ 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 important permissions : no." + AddRules "CHECK_PERMS=no" /etc/security/msec/security.conf quiet echo -e "\t- Check suid root file : no." AddRules "CHECK_SUID_ROOT=no" /etc/security/msec/security.conf quiet echo -e "\t- Check suid root file integrity (backdoor check) : no." @@ -29,7 +33,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_WRITABLE=no" /etc/security/msec/security.conf quiet + AddRules "CHECK_WRITEABLE=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