diff options
Diffstat (limited to 'init-sh/level1.sh')
-rwxr-xr-x | init-sh/level1.sh | 4 |
1 files changed, 2 insertions, 2 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 :" |