[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] report UEFI secure boot status to the Linux kernel
From: |
Ignat Korchagin |
Subject: |
[PATCH v2 0/2] report UEFI secure boot status to the Linux kernel |
Date: |
Wed, 17 Oct 2018 18:01:44 +0000 |
Reworked the logic to more closely resemble the one in the Linux efistub
implementation:
* added checking for "MokSBState" variable
* added a function to efi core to read EFI variables with their attributes,
because "MokSBState" handling requires taking attributes into account
Ignat Korchagin (2):
efi: add function to read EFI variables with attributes
loader/i386/linux: report UEFI secure boot status to the Linux kernel
grub-core/kern/efi/efi.c | 13 +++++++++--
grub-core/loader/i386/linux.c | 54 ++++++++++++++++++++++++++++++++++++++++++-
include/grub/efi/efi.h | 4 ++++
include/grub/i386/linux.h | 14 +++++++++--
4 files changed, 80 insertions(+), 5 deletions(-)
--
2.11.0