aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level3.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2001-09-19 09:37:07 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2001-09-19 09:37:07 +0000
commitb823911b919ccbef518fd7c7e00c0a3992ad69b8 (patch)
tree6d986c553f8c3385947c93073c38cb4854b6ba25 /init-sh/level3.sh
parent2f50414619fa5041ae0249ee29fe9fb807f4aa13 (diff)
downloadmsec-b823911b919ccbef518fd7c7e00c0a3992ad69b8.tar
msec-b823911b919ccbef518fd7c7e00c0a3992ad69b8.tar.gz
msec-b823911b919ccbef518fd7c7e00c0a3992ad69b8.tar.bz2
msec-b823911b919ccbef518fd7c7e00c0a3992ad69b8.tar.xz
msec-b823911b919ccbef518fd7c7e00c0a3992ad69b8.zip
*** empty log message ***
Diffstat (limited to 'init-sh/level3.sh')
-rwxr-xr-xinit-sh/level3.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/init-sh/level3.sh b/init-sh/level3.sh
index 760ae31..6d41afc 100755
--- a/init-sh/level3.sh
+++ b/init-sh/level3.sh
@@ -71,8 +71,7 @@ AddRules "0 4 * * * root /usr/share/msec/security.sh" /etc/crontab
# /etc/profile
export SECURE_LEVEL=3
echo "Setting secure level variable to 3 :"
-AddRules "SECURE_LEVEL=3" /etc/profile
-AddRules "SECURE_LEVEL=3" /etc/zprofile
+AddRules "SECURE_LEVEL=3" /etc/profile.d/msec
echo "Setting umask to 022 (u=rw,g=r,o=r) :"
AddRules "umask 022" /etc/profile
@@ -80,9 +79,9 @@ AddRules "umask 022" /etc/zprofile
echo "Adding a \"normal\" PATH variable : "
AddRules "PATH=\$PATH:/usr/X11R6/bin:/usr/games" /etc/profile quiet
-AddRules "export PATH SECURE_LEVEL" /etc/profile
+AddRules "export PATH" /etc/profile
AddRules "PATH=\$PATH:/usr/X11R6/bin:/usr/games" /etc/zprofile quiet
-AddRules "export PATH SECURE_LEVEL" /etc/zprofile
+AddRules "export PATH" /etc/zprofile
# Do not boot on a shell
AllowReboot