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

xorg: Changes to 'ubuntu'



 debian/changelog                        |    9 +++++++++
 debian/local/Xsession.d/60x11-localhost |    4 ++++
 2 files changed, 13 insertions(+)

New commits:
commit f626b0c40626ae7a648fbc37242e4052138f0f8a
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Wed Mar 4 01:42:40 2009 -0800

    Don't use xauth for local unix domain sockets

diff --git a/debian/changelog b/debian/changelog
index 66842be..db53e31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg (1:7.4~5ubuntu12) jaunty; urgency=low
+
+  * Add local/Xsession.d/60x11-localhost: Allow X connections from local
+    unix domain sockets instead of forcing TCP since hostname validation
+    is not necessary in this case.
+    (LP: #276357)
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Wed, 04 Mar 2009 01:39:08 -0800
+
 xorg (1:7.4~5ubuntu11) jaunty; urgency=low
 
   [ Bryce Harrington ]
diff --git a/debian/local/Xsession.d/60x11-localhost b/debian/local/Xsession.d/60x11-localhost
new file mode 100644
index 0000000..0f95047
--- /dev/null
+++ b/debian/local/Xsession.d/60x11-localhost
@@ -0,0 +1,4 @@
+# This file is sourced by Xsession(5), not executed.
+
+[ -x /usr/bin/xhost ] && [ -x /usr/bin/id ] &&
+    xhost +si:localuser:`id -un` >& /dev/null


Reply to: