diff options
author | Christian Brauner <brauner@kernel.org> | 2022-11-30 16:02:39 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-12-01 10:42:47 +0100 |
commit | fdeabf571ab75eaaa0344b182f353b1211d6018c (patch) | |
tree | 2d722b6caebb4570e3291a9a3a406b2c1f84e23f /TODO | |
parent | TODO: consolidate nspawn items (diff) | |
download | systemd-fdeabf571ab75eaaa0344b182f353b1211d6018c.tar.xz systemd-fdeabf571ab75eaaa0344b182f353b1211d6018c.zip |
TODO: add CLONE_PARENT entry for nspawn
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2230,6 +2230,8 @@ Features: port 53 to resolved stub 127.0.0.54 - maybe optionally insert .nspawn file as GPT partition into images, so that such container images are entirely stand-alone and can be updated as one. + - The subreaper logic we currently have seems overly complex. We should + investigate whether creating the inner child with CLONE_PARENT isn't better. * machined: add API to acquire UID range. add API to mount/dissect loopback file. Both protected by PK. Then make nspawn use these APIs to run |