From 9422e4962af0d43308cfae95ab8e7370ee035525 Mon Sep 17 00:00:00 2001 From: Yoann Vandoorselaere Date: Thu, 9 Dec 1999 16:44:11 +0000 Subject: *** empty log message *** --- init-sh/level2.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init-sh/level2.sh') diff --git a/init-sh/level2.sh b/init-sh/level2.sh index 20f3298..d387b13 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -65,6 +65,11 @@ echo "Adding \"normal\" PATH variable :" AddRules "PATH=\$PATH:/usr/X11R6/bin:/usr/games" /etc/profile quiet AddRules "export PATH SECURE_LEVEL" /etc/profile +# Xserver +echo "Allowing users to connect X server from localhost :" +AddRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xdm/Xsession quiet +AddRules "/usr/X11R6/bin/xhost + localhost" /etc/X11/xinit/xinitrc + # Group echo -n "Adding \"${DRAKX_USERS}\" to audio group :" for user in ${DRAKX_USERS}; do -- cgit v1.2.1