]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
todo - main
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Sep 2025 16:31:20 +0000 (18:31 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Sep 2025 09:30:52 +0000 (11:30 +0200)
TODO

diff --git a/TODO b/TODO
index 90da24dd67425a43a14c8da1265339fd093b86ad..58edfc13169218da933f28ce641c6b05b1af066c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1633,13 +1633,6 @@ Features:
   work for ECDSA keys since their signatures contain a random component, but
   will work for RSA and Ed25519 keys.
 
-* add tiny service that decrypts encrypted user records passed via initrd
-  credential logic and drops them into /run where nss-systemd can pick them up,
-  similar to /run/host/userdb/. Use case: drop a root user JSON record there,
-  and use it in the initrd to log in as root with locally selected password,
-  for debugging purposes. Other use case: boot into qemu with regular user
-  mounted from host. maybe put this in systemd-user-sessions.service?
-
 * drop dependency on libcap, replace by direct syscalls based on
   CapabilityQuintet we already have. (This likely allows us to drop libcap
   dep in the base OS image)