summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-08 18:43:50 +0200
committerLennart Poettering <lennart@poettering.net>2022-04-28 18:12:00 +0200
commitde62df81039f524ab724749cfc53992c10d81029 (patch)
tree72eb01341d0d53d9935dad26781160a9dc11033a
parent93a1f57db821ebab3b4709bd6445a5f6ba934a5a (diff)
downloadsystemd-de62df81039f524ab724749cfc53992c10d81029.tar.gz
update TODO
-rw-r--r--TODO12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO b/TODO
index f8902b07ef..a300072296 100644
--- a/TODO
+++ b/TODO
@@ -165,11 +165,6 @@ Features:
don't query this unnecessarily in entirely uninitialized
containers. (i.e. containers with empty /etc).
-* systemd creds hookup with qemu fw_cfg. (Quite possibly might not need any
- code at all, given the fw_cfg stuff are just files, but we should then
- document how to use it). Goal: provide symmetric ways to pass creds to nspawn
- containers and qemu VMs. (maybe also pick up env vars from fw_cfg?)
-
* beef up sd_notify() to support AV_VSOCK in $NOTIFY_SOCKET, so that VM
managers can get ready notifications from VMs, just like container managers
from their payload. Also pick up address from qemu/fw_cfg if set there.
@@ -535,14 +530,7 @@ Features:
* expose MS_NOSYMFOLLOW in various places
-* make LoadCredential= automatically find credentials in /etc/creds,
- /run/creds, … and so on, if path component is unqualified
-
-* teach LoadCredential=/LoadCredentialEncrypted= to load credentials from
- kernel cmdline, maybe: LoadCredentialEncrypted=foobar:proc-cmdline:foobar
-
* credentials system:
- - acquire from kernel command line
- acquire from EFI variable?
- acquire via via ask-password?
- acquire creds via keyring?