1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

update TODO

This commit is contained in:
Lennart Poettering
2025-09-08 18:41:04 +02:00
parent 1e9c9773b9
commit 26cde6f0ce

7
TODO
View File

@@ -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.