aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh/level0.sh')
-rwxr-xr-xinit-sh/level0.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/init-sh/level0.sh b/init-sh/level0.sh
index 580067b..4b9e743 100755
--- a/init-sh/level0.sh
+++ b/init-sh/level0.sh
@@ -60,9 +60,9 @@ echo "Enabling direct console access : "
AddRules "1:2345:respawn:/bin/bash --login" /etc/inittab
# /etc/profile
-export SECURE_LEVEL=1
-echo "Setting secure level variable to 1 :"
-AddRules "SECURE_LEVEL=1" /etc/profile
+export SECURE_LEVEL=0
+echo "Setting secure level variable to 0 :"
+AddRules "SECURE_LEVEL=0" /etc/profile
echo "Setting umask to 002 (u=rw,g=rw,o=r) :"
AddRules "umask 002" /etc/profile
echo "Adding \"non secure\" PATH variable :"