]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Sep 2025 16:41:04 +0000 (18:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 26 Sep 2025 08:03:12 +0000 (10:03 +0200)
TODO

diff --git a/TODO b/TODO
index 0b73aa43758d27b40a31ea7d0fa9278d5044f1eb..7c94b513478668985b1cec3a951186ab4aac084c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1772,11 +1772,6 @@ Features:
 * pid1: also remove PID files of a service when the service starts, not just
   when it exits
 
-* make us use dynamically fewer deps for containers in general purpose distros:
-  o turn into dlopen() deps:
-    - libblkid (only in RootImage= handling in PID 1, but not elsewhere)
-    - libpam (only when called from PID 1)
-
 * seccomp: maybe use seccomp_merge() to merge our filters per-arch if we can.
   Apparently kernel performance is much better with fewer larger seccomp
   filters than with more smaller seccomp filters.
@@ -1798,7 +1793,7 @@ Features:
 * unify on openssl:
   - figure out what to do about libmicrohttpd, which has a hard dependency on
     gnutls
-  - port fsprg over to a dlopen lib, then switch it to openssl
+  - port fsprg over to openssl
 
 * add growvol and makevol options for /etc/crypttab, similar to
   x-systemd.growfs and x-systemd-makefs.