Re: [PATCH 5/7] efi: Get the secure boot status [ver #3]

From: David Howells
Date: Fri Nov 25 2016 - 10:59:26 EST


Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> wrote:

> > + if (val != 1)
> > + return 0;
>
> val == 0 is better imo, since that will prevent unexpected values from
> being interpreted as 'secure boot disabled'

I've made that change.

David