summaryrefslogtreecommitdiff
path: root/include/guid.h
diff options
context:
space:
mode:
authorJan Setje-Eilers <jan.setjeeilers@oracle.com>2023-04-28 19:54:14 -0700
committerPeter Jones <pjones@redhat.com>2023-12-05 13:20:00 -0500
commit7dfb6871b8a54710d9e9d8d56146e7c083d2e6a8 (patch)
tree529953a0f0b0031ed1ce5105f1b1279a259ef27a /include/guid.h
parentb078ef274887a4cc0da64fd6668800d1e24a2871 (diff)
downloadefi-boot-shim-7dfb6871b8a54710d9e9d8d56146e7c083d2e6a8.tar.gz
efi-boot-shim-7dfb6871b8a54710d9e9d8d56146e7c083d2e6a8.zip
BS Variables for bootmgr revocations
This adds support for applying SkuSiPolicy UEFI BS variables. These varaibles are needed for non-dbx based Windows revocations and are described here: https://support.microsoft.com/en-us/topic/kb5027455-guidance-for-blocking-vulnerable-windows-boot-managers-522bb851-0a61-44ad-aa94-ad11119c5e91 Signed-off-by: Jan Setje-Eilers <Jan.SetjeEilers@oracle.com>
Diffstat (limited to 'include/guid.h')
-rw-r--r--include/guid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/guid.h b/include/guid.h
index dad63f0f..898c4fad 100644
--- a/include/guid.h
+++ b/include/guid.h
@@ -37,5 +37,6 @@ extern EFI_GUID SECURITY2_PROTOCOL_GUID;
extern EFI_GUID EFI_MEMORY_ATTRIBUTE_PROTOCOL_GUID;
extern EFI_GUID SHIM_LOCK_GUID;
extern EFI_GUID MOK_VARIABLE_STORE;
+extern EFI_GUID SECUREBOOT_EFI_NAMESPACE_GUID;
#endif /* SHIM_GUID_H */