summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-03-13 11:17:02 +0100
committerLennart Poettering <lennart@poettering.net>2024-03-13 11:17:02 +0100
commitc89d067f12d379615229e2c2481701af41b4492a (patch)
tree2ec90262a137156e49e184868f09c41b72d6254c /TODO
parentMerge pull request #31731 from poettering/stat-is-set (diff)
downloadsystemd-c89d067f12d379615229e2c2481701af41b4492a.tar.xz
systemd-c89d067f12d379615229e2c2481701af41b4492a.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index c56dccd714..5ff6268043 100644
--- a/TODO
+++ b/TODO
@@ -130,6 +130,11 @@ Deprecations and removals:
Features:
+* vmspawn switch default swtpm PCR bank to SHA384-only (away from SHA256), at
+ least on 64bit archs, simply because SHA384 is typically double the hashing
+ speed than SHA256 on 64bit archs (since based on 64bit words unlike SHA256
+ which uses 32bit words).
+
* send out sd_notify() from PID 1 when we determined hostname and machine ID
* send out sd_notify() from PID 1 whenever we reach a target unit. Then
@@ -312,7 +317,6 @@ Features:
suspend inhibitor to implement this. request clean suspend by generating
suspend key presses.
- support for "real" networking via "-n" and --network-bridge=
- - automatically run service "at the side" for swtpm
- translate SIGTERM to clean ACPI shutdown event
* systemd-pcrmachine should probably also measure the SMBIOS system UUID.