]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Feb 2024 12:20:19 +0000 (13:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Feb 2024 12:20:19 +0000 (13:20 +0100)
TODO

diff --git a/TODO b/TODO
index a7d52f287393d88bf2a9006f9d9ffdec054086bc..1efd3d7255157053d83dc5cbd2a5c05dad1d6f1a 100644 (file)
--- 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