Re: [PATCH 02/16] efi: Get the secure boot status

From: David Howells
Date: Mon Nov 21 2016 - 06:42:34 EST


Hi Lukas,

Looking in efi_get_secureboot(), is there a reason:

efi_guid_t var_guid = EFI_GLOBAL_VARIABLE_GUID;

isn't static const?

David