lcp / mokutil

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

Fix inconsistency in skip messages #63

Closed slowpeek closed 1 year ago

slowpeek commented 1 year ago

All messages in print_skip_message() but one mention "original" efi vars (like MokList) instead of their runtime copies (like MokListRT). This pr makes it consistent.

lcp commented 1 year ago

Thanks for the patch!