X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=2f9d5da3dbd6cc486dcc468d55bbbda7b0b41b6e;hb=67808e59c9d94d3cf68733e94d4afaa1eecb7e8c;hp=5909859be6384604513185afebbe35e7152e27be;hpb=f2940b2fbde865256bc35c74e3bd624d2ff48d2e;p=paraslash.git diff --git a/audiod.c b/audiod.c index 5909859b..2f9d5da3 100644 --- a/audiod.c +++ b/audiod.c @@ -1072,7 +1072,7 @@ static void init_local_sockets(struct command_task *ct) unlink(socket_name); ct->fd[0] = create_local_socket(socket_name, 0); ct->fd[1] = create_local_socket(socket_name, - S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IWOTH); + S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); if (ct->fd[0] >= 0 || ct->fd[1] >= 0) return; PARA_EMERG_LOG("%s\n", para_strerror(-ct->fd[1]));