summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-01-26 11:51:38 +0100
committerLennart Poettering <lennart@poettering.net>2023-01-26 11:51:50 +0100
commit8f8d7dff541b6c45903a86bdcfa65bd7ddaeb5ba (patch)
treeb33d36493cd3886b7eb20a05b2fa2aa77ae98e2d /TODO
parent208ff21a40924ca78b780229c4aa05c7faaba494 (diff)
downloadsystemd-8f8d7dff541b6c45903a86bdcfa65bd7ddaeb5ba.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 4526f8e1be..c940cb69ad 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: