mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
nspawn: --private-users-ownership= value is called 'chown', not 'own'
This commit is contained in:
committed by
Luca Boccassi
parent
4b20ae9a0e
commit
bae936b418
@@ -477,7 +477,8 @@ static int custom_mount_check_all(void) {
|
||||
if (path_equal(m->destination, "/") && arg_userns_mode != USER_NAMESPACE_NO) {
|
||||
if (arg_userns_ownership != USER_NAMESPACE_OWNERSHIP_OFF)
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
|
||||
"--private-users-ownership=own may not be combined with custom root mounts.");
|
||||
"--private-users-ownership=%s may not be combined with custom root mounts.",
|
||||
user_namespace_ownership_to_string(arg_userns_ownership));
|
||||
if (arg_uid_shift == UID_INVALID)
|
||||
return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
|
||||
"--private-users with automatic UID shift may not be combined with custom root mounts.");
|
||||
|
||||
Reference in New Issue
Block a user