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)