diff options
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-x | init-sh/level3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 915d2e0..8f59d2b 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -68,7 +68,7 @@ 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 +# /etc/profile.d/msec.{sh,csh} export SECURE_LEVEL=3 echo "Setting secure level variable to 3 :" AddRules "export SECURE_LEVEL=3" /etc/profile.d/msec.sh |