commit | 6b75d54d5258ccd655387a00bbe1b00f92f4d965 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 16 19:46:25 2020 +0100 |
committer | Ard Biesheuvel <ardb@kernel.org> | Sun Feb 23 21:59:42 2020 +0100 |
tree | 2994a7d5e639d5d8a01b28ada0f89a787619f58e | |
parent | 9a440391b560347bf5ee7cb96b63e7e91cedf66a [diff] |
integrity: Check properly whether EFI GetVariable() is available Testing the value of the efi.get_variable function pointer is not the right way to establish whether the platform supports EFI variables at runtime. Instead, use the newly added granular check that can test for the presence of each EFI runtime service individually. Acked-by: Serge Hallyn <serge@hallyn.com> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>