]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 5 Sep 2024 13:56:13 +0000 (15:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 5 Sep 2024 13:56:28 +0000 (15:56 +0200)
TODO

diff --git a/TODO b/TODO
index e76d3aaafdecc7f9a9d5e5634faccb9f98ffa6f5..6df155a3dd2dc57bfc4070729fcfa3a77b084a72 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,15 @@ Deprecations and removals:
 
 Features:
 
+* introduce a new system credential "shell.prompt.extra" or so that may contain
+  a string to include in $PS1. Inherit it down into gettys/logins and suchlike.
+  And provide an /etc/profile.d/*.sh drop-in which reads the credential if set,
+  and suffixes $PS1. Usecase: for wsl-like environments use this to include
+  additional information in prompts that is inherited from the execution
+  context. For example include 📦 emoji via this mechanism in the prompt. Or,
+  in run0 include a ☢️  emoji in the prompt. Or in mkosi include a 👷 emoji in
+  the prompt. You get the idea.
+
 * introduce new structure Tpm2CombinedPolicy, that combines the various TPm2
   policy bits into one structure, i.e. public key info, pcr masks, pcrlock
   stuff, pin and so on. Then pass that around in tpm2_seal() and tpm2_unseal().