]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 18971/head
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Mar 2021 16:48:59 +0000 (17:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 26 Mar 2021 11:22:17 +0000 (12:22 +0100)
TODO

diff --git a/TODO b/TODO
index 451d9f34c0bd9547f0940ea427050a19b0eaa912..48caa5e17ff5b580b6685c428f0c2e7f77c667e7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -61,11 +61,6 @@ Features:
   With all that in place if nspawn host and container payload are up-to-date
   enough we have a very simple way to make host users available in containers.
 
-* systemd-sysusers: pick up passwords from credentials logic, so that users can
-  easily set root user pw. enable cred inheriting for root user from PID 1, so
-  that for containers we can configure the root pw automatically via nspawn's
-  --set-credential= switch. (Also do this for systemd-firstboot)
-
 * whenever we receive fds via SCM_RIGHTS make sure none got dropped due to the
   reception limit the kernel silently enforces.