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