diff options
Diffstat (limited to 'init-sh/level0.sh')
-rwxr-xr-x | init-sh/level0.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh index 81054ff..05c8507 100755 --- a/init-sh/level0.sh +++ b/init-sh/level0.sh @@ -64,7 +64,7 @@ echo -e "\t- Security warning in syslog : no." export SECURE_LEVEL=0 echo "Setting secure level variable to 0 :" AddRules "export SECURE_LEVEL=0" /etc/profile.d/msec.sh -AddRules "setenv SECURE_LEVEL=0" /etc/profile.d/msec.csh +AddRules "setenv SECURE_LEVEL 0" /etc/profile.d/msec.csh echo "Setting umask to 022 (u=rw,g=r,o=r) :" AddRules "umask 022" /etc/profile |