]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 19438/head
authorLennart Poettering <lennart@poettering.net>
Tue, 27 Apr 2021 16:33:23 +0000 (18:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 May 2021 20:44:39 +0000 (22:44 +0200)
TODO

diff --git a/TODO b/TODO
index d2de66e9fa1bc869642148d5495408857f2f3a34..345afa3c9cd2ba3ef4af5e42bf0b9952853f8ad7 100644 (file)
--- 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