mirror of
https://github.com/ch11ng/exwm.git
synced 2024-11-27 13:07:59 +01:00
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
|
# Disable access control
|
||||||
xhost +
|
xhost +SI:localuser:$USER
|
||||||
|
|
||||||
# Themes, etc
|
# Themes, etc
|
||||||
gnome-settings-daemon &
|
gnome-settings-daemon &
|
||||||
|
|
Loading…
Reference in a new issue