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:
authorMarco Pesenti Gritti <marco@marcopg.org>2009-01-17 18:54:42 (GMT)
committer Marco Pesenti Gritti <marco@marcopg.org>2009-01-17 18:54:42 (GMT)
commitffe31992dd4796c576ab58b61d61bbb772b982f0 (patch)
tree5a3223f203269f98143e176899db886a5a025d9f /sjhbuild/modulesets/patches/telepathy-salut-chmod-unix-socket.patch
parentb2a9a81caa6abcc138b346f3aac6d73f5a0b10a8 (diff)
Big refactoring by David Farning.
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)