Limit X host-based auth permissions.
We don't need more than the currently logged in user to have access to the X session, so don't grant X host access to other users.
This commit is contained in:
parent
a295a15ff6
commit
3b19dad162
1 changed files with 1 additions and 1 deletions
2
xinitrc
2
xinitrc
|
@ -1,5 +1,5 @@
|
|||
# Disable access control
|
||||
xhost +
|
||||
xhost +SI:localuser:$USER
|
||||
|
||||
# Themes, etc
|
||||
gnome-settings-daemon &
|
||||
|
|
Loading…
Reference in a new issue