From 31892e8d405ff285aa14a14207157ef63e8f6a11 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Apr 2021 18:33:23 +0200 Subject: [PATCH] update TODO --- TODO | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index d2de66e9fa..345afa3c9c 100644 --- a/TODO +++ b/TODO @@ -36,12 +36,15 @@ Features: * journald: support RFC3164 fully for the incoming syslog transport, see https://github.com/systemd/systemd/issues/19251#issuecomment-816601955 -* nspawn: support uid mapping bind mounts, as defined available in kernel 5.12, - for all our disk image needs - * homed: if kernel 5.12 uid mapping mounts exist, use that instead of recursive chowns. +* DynamicUser= + StateDirectory= → use uid mapping mounts, too, in order to + make dirs appear under right UID. + +* nspawn: make --bind= work sanely with --private-users when uid mapping mounts + are used. + * cryptsetup: tweak tpm2-device=auto logic, abort quickly if firmware tells us there isn't any TPM2 device anyway. that way, we'll wait for the TPM2 device to show up only if registered in LUKS header + the firmware suggests there is