update TODO

This commit is contained in:
Lennart Poettering 2022-07-25 15:01:37 +02:00
parent 812a873123
commit 9eb41aab8c

14
TODO
View file

@ -91,19 +91,19 @@ Deprecations and removals:
* drop support for kernels that lack ambient capabilities support (i.e. make * drop support for kernels that lack ambient capabilities support (i.e. make
4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which 4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which
is only supported for such old kernels is only supported for such old kernels.
* drop support for getrandom()-less kernels. (GRND_INSECURE means, once kernel * drop support for getrandom()-less kernels. (GRND_INSECURE means once kernel
5.6 becomes our baseline). See 5.6 becomes our baseline). See
https://github.com/systemd/systemd/pull/24101#issuecomment-1193966468 Maybe https://github.com/systemd/systemd/pull/24101#issuecomment-1193966468 for
before that: at taint-flags/warn about kernels that lack details. Maybe before that: at taint-flags/warn about kernels that lack
getrandom()/environments where it is blocked. getrandom()/environments where it is blocked.
* drop support for LOOP_CONFIGURE-less loopback block devices (once baseline is * drop support for LOOP_CONFIGURE-less loopback block devices, once kernel
5.8) baseline is 5.8.
* rework our PID tracking in services and so on, to be strictly based on pidfd, * rework our PID tracking in services and so on, to be strictly based on pidfd,
once baseline is 5.13. once kernel baseline is 5.13.
Features: Features: