mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 15:51:59 +00:00
cgfsng: cgfsng_chown()
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
0876800165
commit
f7faba6cf0
@ -1986,7 +1986,7 @@ static bool cgfsng_chown(void *hdata, struct lxc_conf *conf)
|
||||
|
||||
if (userns_exec_1(conf, chown_cgroup_wrapper, &wrap,
|
||||
"chown_cgroup_wrapper") < 0) {
|
||||
ERROR("Error requesting cgroup chown in new namespace");
|
||||
ERROR("Error requesting cgroup chown in new user namespace");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user