aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh/level1.sh
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>1999-12-16 16:21:28 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>1999-12-16 16:21:28 +0000
commit5a2662e03d6d2206105e7c87343c17ac9d1f28b1 (patch)
tree6b54746bcc663259417d8e200d766950e036f18a /init-sh/level1.sh
parent5e3ce5426b211ff83c92f561fc940bee3b0877ce (diff)
downloadmsec-5a2662e03d6d2206105e7c87343c17ac9d1f28b1.tar
msec-5a2662e03d6d2206105e7c87343c17ac9d1f28b1.tar.gz
msec-5a2662e03d6d2206105e7c87343c17ac9d1f28b1.tar.bz2
msec-5a2662e03d6d2206105e7c87343c17ac9d1f28b1.tar.xz
msec-5a2662e03d6d2206105e7c87343c17ac9d1f28b1.zip
*** empty log message ***
Diffstat (limited to 'init-sh/level1.sh')
-rwxr-xr-xinit-sh/level1.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh
index 342752d..a7ce877 100755
--- a/init-sh/level1.sh
+++ b/init-sh/level1.sh
@@ -72,14 +72,13 @@ AddRules "export PATH SECURE_LEVEL" /etc/profile
# Xserver
echo "Allowing users to connect X server from localhost :"
-AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession
-AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc
-
-###
+AddBegRules /etc/X11/xdm/Xsession "/usr/X11R6/bin/xhost + localhost"
+AddBegRules /etc/X11/xinit/xinitrc "/usr/X11R6/bin/xhost + localhost"
# Group
+echo "Adding system users to specific groups :"
/etc/security/msec/init-sh/grpuser.sh --refresh
-
+echo -e "done.\n"