summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-12-07 14:28:36 +0100
committerLennart Poettering <lennart@poettering.net>2022-12-07 14:31:57 +0100
commitf18b0a76308c1f68e4e0f04916dadcbcbcbef168 (patch)
tree3cf042a2df9452e5dd081e0d529ad96a09224207 /TODO
parentMerge pull request #25502 from keszybz/pam-namespace-add (diff)
downloadsystemd-f18b0a76308c1f68e4e0f04916dadcbcbcbef168.tar.xz
systemd-f18b0a76308c1f68e4e0f04916dadcbcbcbef168.zip
update TODO
Diffstat (limited to '')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1d4b484f7f..16e21a890a 100644
--- a/TODO
+++ b/TODO
@@ -100,6 +100,9 @@ Deprecations and removals:
4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which
is only supported for such old kernels.
+* drop support for kernels lacking memfd_create() (i.e. make 3.17 new
+ baseline), then drop all pipe() based fallbacks.
+
* drop support for getrandom()-less kernels. (GRND_INSECURE means once kernel
5.6 becomes our baseline). See
https://github.com/systemd/systemd/pull/24101#issuecomment-1193966468 for