David Howells <dhowe...@redhat.com> wrote: > Ard Biesheuvel <ard.biesheu...@linaro.org> wrote: > > > Yes, but only if you are booting via UEFI, no? > > Why limit it so? Even if you don't boot via UEFI, the bootloader/kexec can > always set the secure-boot state on. > > > So perhaps use efi_enabled(EFI_BOOT) instead? > > I've no objection to that, given it incorporates a test of CONFIG_EFI.
Feel free to just go ahead and change it in the patch. We can always take the check out later. David