From f18b0a76308c1f68e4e0f04916dadcbcbcbef168 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Dec 2022 14:28:36 +0100 Subject: [PATCH] update TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) 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