X-Git-Url: https://code.delx.au/refind/blobdiff_plain/83d9696df1452690a2a7cb2c17208feaee3e411f..25fa33d6ede1e5a5dfa7831231e9068a25ccf7d2:/refind/global.h?ds=sidebyside diff --git a/refind/global.h b/refind/global.h index 1e20d9f..edf9244 100644 --- a/refind/global.h +++ b/refind/global.h @@ -120,6 +120,12 @@ #define FS_TYPE_REISERFS 6 #define FS_TYPE_ISO9660 7 +// Names of binaries that can manage MOKs.... +#define MOK_NAMES L"MokManager.efi,HashTool.efi,HashTool-signed.efi" +// Directories to search for these MOK-managing programs. Note that SelfDir is +// searched in addition to these locations.... +#define MOK_LOCATIONS L"\\,EFI\\tools,EFI\\fedora,EFI\\redhat,EFI\\ubuntu,EFI\\suse,EFI\\altlinux" + // // global definitions //