cgfsng: cgfsng_chown()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-02-17 19:31:16 +01:00
parent 0876800165
commit f7faba6cf0
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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;
}