diff options
Diffstat (limited to 'init-sh/level5.sh')
-rwxr-xr-x | init-sh/level5.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init-sh/level5.sh b/init-sh/level5.sh index 7ea4873..939bd2d 100755 --- a/init-sh/level5.sh +++ b/init-sh/level5.sh @@ -90,10 +90,9 @@ fi LoaderUpdate; # Disable all server : +export SECURE_LEVEL=4 echo "Setting secure level variable to 5 :" -AddRules "export SECURE_LEVEL=5" /etc/profile.d/msec.sh -AddRules "setenv SECURE_LEVEL 5" /etc/profile.d/msec.csh - +AddRules "SECURE_LEVEL=5" /etc/sysconfig/msec IFS=" " |