diff options
Diffstat (limited to 'init-sh/level1.sh')
-rwxr-xr-x | init-sh/level1.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh index fdeca03..8654fb2 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -54,6 +54,7 @@ echo -n "Running lilo to record new config : " echo -e "done.\n" # /etc/profile +export SECURE_LEVEL=1 echo "Setting secure level variable to 1 :" AddRules "SECURE_LEVEL=1" /etc/profile echo "Setting umask to 002 (u=rw,g=rw,o=r) :" |