]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot,stub: explicitly measure select SMBIOS objects (#42233)
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 21 May 2026 20:44:42 +0000 (21:44 +0100)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 20:44:42 +0000 (21:44 +0100)
commit2f2203c231e7cf12162eecffa371cc751f9275a4
tree1d83538fbb6258b4cf740d5399d11affb9f1759f
parent2b8ba0e05aa02a72c3c34a4e0f682a512c76b6ec
parent0761c9f4930b9cdf13e49a5030bb281799fdd951
boot,stub: explicitly measure select SMBIOS objects (#42233)

This is supposed to protect our SMBIOS type 11 importing for
credentials. Note that firmwares are supposed to measure SMBIOS anyway
to PCR 1. Alas firmware doesn't really do that in various cases. Hence
let's do so again, for select objects.

This closes a gap where some of the input for OS (i.e. system
credentials places in smbios11) isn't measured properly.

(I really want this to get into v261, because this will fuck up the PCRs
a bit more, and we already have the new separator measurement in v261,
hence there's value in getting this merged at the same time, so that we
don't break the measurements a 2nd time)
TODO.md