summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-09-05 15:56:13 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-05 15:56:28 +0200
commite3cd748e7c485aba948841da97ce40dd7576b1dd (patch)
tree582ec5875a7c6692a2632e44511be3168d32bd41 /TODO
parentMerge pull request #34235 from yuwata/firstboot-systemctl-trivial-cleanups (diff)
downloadsystemd-e3cd748e7c485aba948841da97ce40dd7576b1dd.tar.xz
systemd-e3cd748e7c485aba948841da97ce40dd7576b1dd.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index e76d3aaafd..6df155a3dd 100644
--- 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().