From 32f3e21853f119dd22010eea43b7cdcc29ccce51 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 May 2022 18:40:37 +0200 Subject: [PATCH] update TODO --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 24196fb67f0..09ab3033076 100644 --- a/TODO +++ b/TODO @@ -218,10 +218,6 @@ Features: * sd-boot: rework random seed handling following recent kernel changes: always pass seed to kernel, but credit only if secure boot is used -* sd-boot: hash data from GetNextHighMonotonicCount() into updated random seed, - so that we might even open up up the random seed logic to non-SecureBoot - systems? - * sd-boot: also include the hyperv "vm generation id" in the random seed hash, to cover nicely for machine clones. It's found in the ACPI tables, which should be easily accessible from UEFI.