mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 10:27:11 +00:00
![]() This exports FuSecurityAttrs into libfwupdplugin so that we can pass the plugins this object rather than a 'bare' GPtrArray. This greatly simplifies the object ownership, and also allows us to check the object type before adding. In the future we could also check for duplicate appstream IDs or missing properties at insertion time. This change also changes the fu_plugin_add_security_attrs() to not return an error. This forces the plugin to handle the error, storing the failure in the attribute itself. Only the plugin know if a missing file it needs to read indicates a runtime problem or a simple failure to obtain a specific HSI level. |
||
---|---|---|
.. | ||
tests | ||
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 | ||
meson.build | ||
README.md |
TPM Event Log Support
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.