From fdeabf571ab75eaaa0344b182f353b1211d6018c Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 30 Nov 2022 16:02:39 +0100 Subject: [PATCH] TODO: add CLONE_PARENT entry for nspawn Signed-off-by: Christian Brauner (Microsoft) --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 622f3d308e3..d95188362f3 100644 --- a/TODO +++ b/TODO @@ -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 -- 2.47.3