Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch')
-rw-r--r--sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch b/sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
new file mode 100644
index 0000000..bb16883
--- /dev/null
+++ b/sjhbuild/modulesets/patches/telepathy-gabble-chmod-unix-socket.patch
@@ -0,0 +1,14 @@
+diff -rN -u old-telepathy-gabble-rainbow/src/tube-stream.c new-telepathy-gabble-rainbow/src/tube-stream.c
+--- old-telepathy-gabble-rainbow/src/tube-stream.c 2007-12-11 16:28:48.000000000 +0100
++++ new-telepathy-gabble-rainbow/src/tube-stream.c 2007-12-11 16:28:48.000000000 +0100
+@@ -650,6 +650,9 @@
+ "Error binding socket: %s", g_strerror (errno));
+ return FALSE;
+ }
++
++ /* Everyone can use the socket */
++ chmod (addr.sun_path, 0777);
+ }
+ else if (priv->address_type == TP_SOCKET_ADDRESS_TYPE_IPV4)
+ {
+