aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level1.sh
diff options
context:
space:
mode:
authorFlorin Grad <florin@mandriva.com>2001-11-28 15:39:36 +0000
committerFlorin Grad <florin@mandriva.com>2001-11-28 15:39:36 +0000
commit223ad2b149ae600e372b1315d7ff27ca37a99a0a (patch)
tree3c5e2b8073a070975fe5ad9849c9462550d34559 /init-sh/level1.sh
parente221c8318bfab76505b82b9796fe51f23bdb8cdf (diff)
downloadmsec-223ad2b149ae600e372b1315d7ff27ca37a99a0a.tar
msec-223ad2b149ae600e372b1315d7ff27ca37a99a0a.tar.gz
msec-223ad2b149ae600e372b1315d7ff27ca37a99a0a.tar.bz2
msec-223ad2b149ae600e372b1315d7ff27ca37a99a0a.tar.xz
msec-223ad2b149ae600e372b1315d7ff27ca37a99a0a.zip
add the /etc/sysconfig/mesc support for UMASK
Diffstat (limited to 'init-sh/level1.sh')
-rwxr-xr-xinit-sh/level1.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh
index 6fadfe5..5bcc2ae 100755
--- a/init-sh/level1.sh
+++ b/init-sh/level1.sh
@@ -63,12 +63,11 @@ echo -e "\t- Security warning in syslog : no."
# /etc/profile.d/msec.{sh,csh}
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 "SECURE_LEVEL=1" /etc/sysconfig/msec
echo "Setting umask to 022 (u=rw,g=r,o=r) :"
-AddRules "umask 022" /etc/profile.d/msec.sh
-AddRules "umask 022" /etc/profile.d/msec.csh
+AddRules "UMASK_ROOT=022" /etc/sysconfig/msec
+AddRules "UMASK_USER=022" /etc/sysconfig/msec
# Xserver
echo "Allowing users to connect X server from localhost :"