]> git.proxmox.com Git - grub2.git/commit
verifiers: Verify commands executed by grub
authorMatthew Garrett <mjg59@google.com>
Thu, 29 Nov 2018 19:28:08 +0000 (11:28 -0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 12 Dec 2018 12:17:52 +0000 (13:17 +0100)
commitd3a5e812c5da935eba5bb283792cf820ffc85ac6
treeabd4f9a53b42148f4119ef7c79d2f37ae842daf0
parentd789e70e26340bd35b36d595a948dbc399b9ffba
verifiers: Verify commands executed by grub

Pass all commands executed by GRUB to the verifiers layer. Most verifiers will
ignore this, but some (such as the TPM verifier) want to be able to measure and
log each command executed in order to ensure that the boot state is as expected.

Signed-off-by: Matthew Garrett <mjg59@google.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/script/execute.c
include/grub/verify.h