Function uefi_specs::uefi::nvram::is_secure_boot_policy_var
source ยท pub fn is_secure_boot_policy_var(vendor: Guid, name: &Ucs2LeSlice) -> bool
Expand description
Check if the specified variable is a secure boot policy variable, as
specified by the UEFI spec in section 3.3 Globally Defined Variables, under
the details of SetupMode
.