From 38821a0e29dd818666e9d25e98d68d4392d996dc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 23 Jul 2020 16:58:56 +0200 Subject: [PATCH] update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 7d4d54aa7a..58fdc45e1e 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,10 @@ Janitorial Clean-ups: Features: +* nspawn: move "incoming mount" directory to /run/host, move "inaccessible" + nodes to /run/host, move notify socket (for sd_notify() between payload and + container manager) + * cryptsetup: if keyfile specified in crypttab is AF_UNIX socket, connect to it and read from it (like we do elsewhere with READ_FULL_FILE_CONNECT_SOCKET)