Add mode setting to socket directory creation
[ust.git] / libustconsumer / libustconsumer.c
index 8eb4424be81099d4113fe00a8d780b1e2f5edfce..eaee1fa61f358b6ec3145818ae5347994fcb6249 100644 (file)
@@ -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;
This page took 0.021844 seconds and 4 git commands to generate.