From 3b19dad16269dc18d65919fe7adea12dbedc6550 Mon Sep 17 00:00:00 2001 From: "W. Greenhouse" Date: Sun, 15 Nov 2015 03:35:54 +0000 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index 3de5b0b51b04..873265fb644b 100644 --- a/xinitrc +++ b/xinitrc @@ -1,5 +1,5 @@ # Disable access control -xhost + +xhost +SI:localuser:$USER # Themes, etc gnome-settings-daemon & -- cgit 1.4.1