Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch')
-rw-r--r--sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch b/sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch
new file mode 100644
index 0000000..b6ba1b0
--- /dev/null
+++ b/sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch
@@ -0,0 +1,15 @@
+diff --git a/src/tube-stream.c b/src/tube-stream.c
+index 290bde6..bbc69a2 100644
+--- a/src/tube-stream.c
++++ b/src/tube-stream.c
+@@ -736,6 +736,10 @@ tube_stream_open (SalutTubeStream *self,
+ g_free (path);
+ return FALSE;
+ }
++
++ /* Everyone can use the socket */
++ chmod (path, 0777);
++
+ g_free (path);
+ }
+ else if (priv->address_type == TP_SOCKET_ADDRESS_TYPE_IPV4)