aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level0.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 18:04:59 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-15 18:04:59 +0000
commitb1930ce90e7128624d9c0897a0bc25f8fcc0de7b (patch)
tree284c9996462458fecaa5906708410e3ba0d7b7f7 /init-sh/level0.sh
parentdac80ccc71ab83fc7b3936c56d45217dce7cc0d8 (diff)
downloadmsec-b1930ce90e7128624d9c0897a0bc25f8fcc0de7b.tar
msec-b1930ce90e7128624d9c0897a0bc25f8fcc0de7b.tar.gz
msec-b1930ce90e7128624d9c0897a0bc25f8fcc0de7b.tar.bz2
msec-b1930ce90e7128624d9c0897a0bc25f8fcc0de7b.tar.xz
msec-b1930ce90e7128624d9c0897a0bc25f8fcc0de7b.zip
*** empty log message ***
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 :"