diff options
author | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-19 22:09:47 +0000 |
---|---|---|
committer | Yoann Vandoorselaere <yoann@mandriva.com> | 1999-12-19 22:09:47 +0000 |
commit | 039ce82b67d1ce924ef3fe588757e761256b58a1 (patch) | |
tree | e9ad69fcf09ccc0d8a649706be146a0506be2256 | |
parent | 9462b01a73b09181fdffb14164100168fe3b3ea7 (diff) | |
download | msec-039ce82b67d1ce924ef3fe588757e761256b58a1.tar msec-039ce82b67d1ce924ef3fe588757e761256b58a1.tar.gz msec-039ce82b67d1ce924ef3fe588757e761256b58a1.tar.bz2 msec-039ce82b67d1ce924ef3fe588757e761256b58a1.tar.xz msec-039ce82b67d1ce924ef3fe588757e761256b58a1.zip |
*** empty log message ***
-rwxr-xr-x | init-sh/level1.sh | 4 | ||||
-rwxr-xr-x | init-sh/level2.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh index 571f470..0d89ec7 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -68,8 +68,8 @@ AddRules "export PATH SECURE_LEVEL" /etc/profile # Xserver echo "Allowing users to connect X server from localhost :" -AddBegRules /etc/X11/xdm/Xsession "/usr/X11R6/bin/xhost + localhost" -AddBegRules /etc/X11/xinit/xinitrc "/usr/X11R6/bin/xhost + localhost" +AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession +AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc # Group echo "Adding system users to specific groups :" diff --git a/init-sh/level2.sh b/init-sh/level2.sh index c663f25..271781a 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -67,8 +67,8 @@ AddRules "export PATH SECURE_LEVEL" /etc/profile # Xserver echo "Allowing users to connect X server from localhost :" -AddBegRules /etc/X11/xdm/Xsession "/usr/X11R6/bin/xhost + localhost" -AddBegRules /etc/X11/xinit/xinitrc "/usr/X11R6/bin/xhost + localhost" +AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession +AddBegRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc # group echo "Adding system users to specifics groups :" |