cgroups: use correct mask for chmod()

parent 14ea1a1a
......@@ -1813,7 +1813,7 @@ static int chown_cgroup_wrapper(void *data)
char *fullpath;
char *path = hierarchies[i]->fullcgpath;
ret = chowmod(path, destuid, nsgid, 0755);
ret = chowmod(path, destuid, nsgid, 0775);
if (ret < 0)
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment