diff options
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 08ef348..26022fc 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -68,7 +68,6 @@ echo -e "\t- Security warning in syslog : yes." echo "Adding permission check in crontab (scheduled every midnight) :" AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab -# /etc/profile.d/msec.{sh,csh} export SECURE_LEVEL=3 echo "Setting secure level variable to 3 :" AddRules "SECURE_LEVEL=3" /etc/sysconfig/msec |