]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 2 Jan 2026 10:20:12 +0000 (11:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 2 Jan 2026 10:20:23 +0000 (11:20 +0100)
TODO

diff --git a/TODO b/TODO
index c8c30d18034aa6f4f46bf29b7cf3357c05f32d87..9590ebb5d04c889f7c80278de6aeb95279354d0b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -137,6 +137,10 @@ Deprecations and removals:
 
 Features:
 
+* systemd-sysext: add "exec" command or so that is a bit like "refresh" but
+  runs it in a new namespace and then just executes the selected binary within
+  it. Could be useful to run one-off binaries inside a sysext as a CLI tool.
+
 * systemd-repart: implement Integrity=data/meta and Integrity=inline for non-LUKS
   case. Currently, only Integrity=inline combined with Encrypt= is implemented
   and uses libcryptsetup features. Add support for plain dm-integrity setups when