mirror of
https://github.com/systemd/systemd.git
synced 2025-02-15 09:57:39 +03:00
nspawn: minor simplification
This commit is contained in:
parent
73781de41f
commit
1433e0f212
@ -2974,13 +2974,10 @@ static int inner_child(
|
||||
arg_uid_range,
|
||||
arg_selinux_apifs_context,
|
||||
true);
|
||||
if (r < 0)
|
||||
return r;
|
||||
} else {
|
||||
} else
|
||||
r = mount_systemd_cgroup_writable("", arg_unified_cgroup_hierarchy);
|
||||
if (r < 0)
|
||||
return r;
|
||||
}
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
r = setup_boot_id();
|
||||
if (r < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user