mirror of
https://github.com/systemd/systemd.git
synced 2025-03-10 16:58:28 +03:00
boot: re-align table
We like our tables aligned. (Also suppres the final two fields, which are all zeroes anyway, to declutter a bit)
This commit is contained in:
parent
3ee27b2580
commit
6fea0f0ba0
@ -128,10 +128,10 @@ EFI_STATUS secure_boot_enroll_at(EFI_FILE *root_dir, const char16_t *path, bool
|
||||
char *buffer;
|
||||
size_t size;
|
||||
} sb_vars[] = {
|
||||
{ u"db", u"db.auth", EFI_IMAGE_SECURITY_DATABASE_GUID, true, NULL, 0 },
|
||||
{ u"dbx", u"dbx.auth", EFI_IMAGE_SECURITY_DATABASE_GUID, false, NULL, 0 },
|
||||
{ u"KEK", u"KEK.auth", EFI_GLOBAL_VARIABLE, true, NULL, 0 },
|
||||
{ u"PK", u"PK.auth", EFI_GLOBAL_VARIABLE, true, NULL, 0 },
|
||||
{ u"db", u"db.auth", EFI_IMAGE_SECURITY_DATABASE_GUID, true },
|
||||
{ u"dbx", u"dbx.auth", EFI_IMAGE_SECURITY_DATABASE_GUID, false },
|
||||
{ u"KEK", u"KEK.auth", EFI_GLOBAL_VARIABLE, true },
|
||||
{ u"PK", u"PK.auth", EFI_GLOBAL_VARIABLE, true },
|
||||
};
|
||||
|
||||
/* Make sure all keys files exist before we start enrolling them by loading them from the disk first. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user