X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libustconsumer%2Flibustconsumer.c;h=c5acffa030296eda5b775fed81e13ec8b7134b7d;hb=5dac4513e7090e192faee98abf98634207e45d9d;hp=8eb4424be81099d4113fe00a8d780b1e2f5edfce;hpb=7ecca90ddd823c78c6c26f927426e08dc512c92a;p=lttng-ust.git diff --git a/libustconsumer/libustconsumer.c b/libustconsumer/libustconsumer.c index 8eb4424b..c5acffa0 100644 --- a/libustconsumer/libustconsumer.c +++ b/libustconsumer/libustconsumer.c @@ -34,7 +34,7 @@ #include #include "lowlevel.h" -#include "usterr.h" +#include "usterr_signal_safe.h" #include "ustcomm.h" #define GET_SUBBUF_OK 1 @@ -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;