mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-25 18:44:54 +00:00
![]() This allows us to override the location we load data files from, which allows us to do more kinds of installed tests in the future. Also, move the global data/tests content into the place that it is used as it was getting impossible to manage. |
||
---|---|---|
.. | ||
fuzzing | ||
fu-plugin-tpm-eventlog.c | ||
fu-self-test.c | ||
fu-tpm-eventlog-common.c | ||
fu-tpm-eventlog-common.h | ||
fu-tpm-eventlog-device.c | ||
fu-tpm-eventlog-device.h | ||
fu-tpm-eventlog-parser.c | ||
fu-tpm-eventlog-parser.h | ||
fu-tpm-eventlog.c | ||
fwupdtpmevlog.1 | ||
meson.build | ||
README.md |
TPM Event Log
Introduction
The TPM Event Log records which events are registered for the PCR0 hash, which may help in explaining why PCR0 values are differing for some firmware.
The device exposed is not upgradable in any way and is just for debugging. The created device will be a child device of the system TPM device, which may or may not be upgradable.
Vendor ID Security
The device is not upgradable and thus requires no vendor ID set.
External Interface Access
This plugin requires read only access to /sys/kernel/security/tpm0/binary_bios_measurements
.