wok-next rev 12532
Slim: more security when starting Xorg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 25 11:39:21 2012 +0200 (2012-04-25) |
parents | 3c3ae2ea75d6 |
children | af49128c1701 |
files | slim/stuff/etc/slim.conf |
line diff
1.1 --- a/slim/stuff/etc/slim.conf Wed Apr 25 11:15:08 2012 +0200 1.2 +++ b/slim/stuff/etc/slim.conf Wed Apr 25 11:39:21 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 # Note: -xauth $authfile is automatically appended 1.5 default_path ./:/bin:/usr/bin:/usr/local/bin 1.6 default_xserver /usr/bin/Xorg 1.7 -#xserver_arguments 1.8 +xserver_arguments -nolisten tcp 1.9 1.10 # Commands for halt, login, etc. 1.11 halt_cmd /sbin/poweroff 1.12 @@ -14,7 +14,7 @@ 1.13 #suspend_cmd /usr/sbin/suspend 1.14 1.15 # Full path to the xauth binary 1.16 -xauth_path /usr/bin/xauth 1.17 +xauth_path /usr/bin/xauth 1.18 1.19 # Xauth file for server 1.20 authfile /var/run/slim.auth 1.21 @@ -64,7 +64,7 @@ 1.22 # for avoid pre-loading the username. 1.23 default_user tux 1.24 1.25 -# current theme, use comma separated list to specify a set to 1.26 +# current theme, use comma separated list to specify a set to 1.27 # randomly choose from 1.28 current_theme slitaz,base 1.29