X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=016329841fe87255cdc68c1191e8661124c1c326;hp=cc3fc020370821ff028a2543c354dab4acc08039;hb=1ada5f286b031bde90d5cdaf8f85311cbfa7db6b;hpb=8945705ac35cb77b23ad4cfc732fa884bceb7e35 diff --git a/afs.c b/afs.c index cc3fc020..01632984 100644 --- a/afs.c +++ b/afs.c @@ -649,7 +649,7 @@ static int setup_command_socket_or_die(void) ret = create_local_socket(socket_name, 0); if (ret < 0) { ret = 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_IROTH); if (ret < 0) { PARA_EMERG_LOG("%s: %s\n", para_strerror(-ret), socket_name);