emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 3b19dad 2/3: Limit X host-based auth permissions.


From: Chris Feng
Subject: [elpa] externals/exwm 3b19dad 2/3: Limit X host-based auth permissions.
Date: Fri, 11 Dec 2015 04:14:33 +0000

branch: externals/exwm
commit 3b19dad16269dc18d65919fe7adea12dbedc6550
Author: W. Greenhouse <address@hidden>
Commit: W. Greenhouse <address@hidden>

    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.
---
 xinitrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xinitrc b/xinitrc
index 3de5b0b..873265f 100644
--- a/xinitrc
+++ b/xinitrc
@@ -1,5 +1,5 @@
 # Disable access control
-xhost +
+xhost +SI:localuser:$USER
 
 # Themes, etc
 gnome-settings-daemon &



reply via email to

[Prev in Thread] Current Thread [Next in Thread]