From 6b071ab14a8f4d4f377d980ad31c5171d279a12e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Sep 2025 18:31:20 +0200 Subject: [PATCH] todo - main --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index 90da24dd67..58edfc1316 100644 --- 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)