lcp / mokutil

The utility to manipulate machine owner keys
GNU General Public License v3.0
67 stars 37 forks source link

mokutil: Read the SbatLevelRT variable to get the SBAT content #36

Closed martinezjavier closed 3 years ago

martinezjavier commented 3 years ago

The SBAT data was previously in an EFI variable called "SBAT" but this got renamed to "SbatLevelRT" in the following shim commit:

https://github.com/rhboot/shim/commit/27da4170f0f

Read the new variable instead of the old one that is not used anymore.

Signed-off-by: Javier Martinez Canillas javierm@redhat.com

lcp commented 3 years ago

Thanks!