From 10048b2e20e6670306e688a903a32247e98a0983 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Feb 2024 09:12:49 +0100 Subject: [PATCH] update TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 97c84f7a23..da06d866bb 100644 --- a/TODO +++ b/TODO @@ -132,6 +132,16 @@ Deprecations and removals: Features: +* new systemd-analyze "join" verb or so, for debugging services. Would be + nsenter on steroids, i.e invoke a shell or command line in an environment as + close as we can make it for the MainPID of a service. Should be built around + pidfd, so that we can reasonably robustly do this. Would only cover the + execution environment like namespaces, but not the privilege settings. + +* add a generic client to importd called importctl, then make machinectl just + chain-exec() it. Make sure importd/importctl can be used for sysext images, + portable images too. + * varlink: extend varlink IDL macros to include documentation strings * Get rid of the symlinks in /run/systemd/units/* and exclusively use cgroupfs