summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-02-23 13:20:19 +0100
committerLennart Poettering <lennart@poettering.net>2024-02-23 13:20:19 +0100
commit085a4d4723f2f706236390ee8570e71246f1b117 (patch)
treeefca5cc688aa01b8bd7aea065f3ee87f0f838f3f /TODO
parentMerge pull request #31411 from poettering/build-path (diff)
downloadsystemd-085a4d4723f2f706236390ee8570e71246f1b117.tar.xz
systemd-085a4d4723f2f706236390ee8570e71246f1b117.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index a7d52f2873..1efd3d7255 100644
--- a/TODO
+++ b/TODO
@@ -140,6 +140,16 @@ Features:
SOURCE_DATE_EPOCH (maybe even under that name?). Would then be used to
initialize the timestamp logic of ConditionNeedsUpdate=.
+* ptyfwd: look for window title ANSI sequences and insert colored dot in front
+ of it while passing it through, to indicate whether we are in privileged, VM,
+ container terminal sessions.
+
+* nspawn/vmspawn/pid1: add ability to easily insert fully booted VMs/FOSC into
+ shell pipelines, i.e. add easy to use switch that turns off console status
+ output, and generates the right credentials for systemd-run-generator so that
+ a program is invoked, and its output captured, with correct EOF handling and
+ exit code propagation
+
* 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