mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
tpm.robot: Add explanation for PCR10 reconstruction fail being acceptable
Co-authored-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com> Signed-off-by: Filip Gołaś <filip.golas@3mdeb.com>
This commit is contained in:
co-authored by
Sergii Dmytruk
parent
58afda7360
commit
72e18b0936
@@ -5,6 +5,12 @@ Library String
|
||||
|
||||
|
||||
*** Variables ***
|
||||
# Reconstruction of these PCRs is not critical. I.e. if their value fails to be
|
||||
# reconstructed from the TPM log, it's expected, or is not a firmware issue.
|
||||
# - 10:
|
||||
# - this PCR is not supposed to be extended by firmware
|
||||
# - it's the default PCR used by IMA implementation in Linux, which uses a separate log for its measurements
|
||||
# - if compiled into the kernel, IMA cannot be completely disabled at runtime
|
||||
@{ACCEPTABLE_PCR_FAILS}= 10
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user