diff options
-rwxr-xr-x | init-sh/levelsnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/levelsnf.sh b/init-sh/levelsnf.sh index e2a1b32..a4c592f 100755 --- a/init-sh/levelsnf.sh +++ b/init-sh/levelsnf.sh @@ -81,7 +81,7 @@ AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab # Server update echo "Setting secure level variable to snf :" -AddRules "SECURE_LEVEL=4" /etc/sysconfig/msec +AddRules "SECURE_LEVEL=snf" /etc/sysconfig/msec export SECURE_LEVEL=snf |