summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/globals.c b/globals.c
index b4e80dd3..11197128 100644
--- a/globals.c
+++ b/globals.c
@@ -24,13 +24,18 @@ UINT8 *build_cert;
* indicator of how an image has been verified
*/
verification_method_t verification_method;
-int loader_is_participating;
+
+SHIM_IMAGE_LOADER shim_image_loader_interface;
UINT8 user_insecure_mode;
+UINTN hsi_status = 0;
UINT8 ignore_db;
UINT8 trust_mok_list;
UINT8 mok_policy = 0;
UINT32 verbose = 0;
+EFI_PHYSICAL_ADDRESS mok_config_table = 0;
+UINTN mok_config_table_pages = 0;
+
// vim:fenc=utf-8:tw=75:noet