X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustconsumer%2Flibustconsumer.c;h=eaee1fa61f358b6ec3145818ae5347994fcb6249;hp=8eb4424be81099d4113fe00a8d780b1e2f5edfce;hb=304f67a5f2d2eaaa7407c09b2ac7d6e049bccf1f;hpb=dbd75de7b2c05c98d6171bc531a1ecb23fb7e80d diff --git a/libustconsumer/libustconsumer.c b/libustconsumer/libustconsumer.c index 8eb4424..eaee1fa 100644 --- a/libustconsumer/libustconsumer.c +++ b/libustconsumer/libustconsumer.c @@ -846,7 +846,7 @@ static int init_ustconsumer_socket(struct ustconsumer_instance *instance) int result; /* Only check if socket dir exists if we are using the default directory */ - result = ensure_dir_exists(SOCK_DIR); + result = ensure_dir_exists(SOCK_DIR, S_IRWXU | S_IRWXG | S_IRWXO); if (result == -1) { ERR("Unable to create socket directory %s", SOCK_DIR); return -1;