From: Lennart Poettering Date: Thu, 26 Jan 2023 10:51:38 +0000 (+0100) Subject: update TODO X-Git-Tag: v253-rc2~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f8d7dff541b6c45903a86bdcfa65bd7ddaeb5ba;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 4526f8e1bed..c940cb69ad9 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,8 @@ Deprecations and removals: Features: +* tmpfiles snippet that locks down /etc/credstore/ and friends, just in case. + * split out execute.c into new "systemd-executor" binary. Then make PID 1 fork that off via vfork(), and then let that executor do the hard work. Ultimately the executor then gets replaced by the real binary sooner or later. Reason: