Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528381
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/7] efi: Add SHIM and image security database GUID definitions [ver #3] |
| Date | 2016-11-23 14:00 +0100 |
| Message-ID | <sGFjA-51L-11@gated-at.bofh.it> (permalink) |
| References | <sGFjA-51L-7@gated-at.bofh.it> |
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
Add the definitions for shim and image security database, both of which are used widely in various Linux distros. Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- include/linux/efi.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/efi.h b/include/linux/efi.h index 93a82de167eb..c7904556d7a8 100644 --- a/include/linux/efi.h +++ b/include/linux/efi.h @@ -610,6 +610,9 @@ void efi_native_runtime_setup(void); #define EFI_CONSOLE_OUT_DEVICE_GUID EFI_GUID(0xd3b36f2c, 0xd551, 0x11d4, 0x9a, 0x46, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d) #define APPLE_PROPERTIES_PROTOCOL_GUID EFI_GUID(0x91bd12fe, 0xf6c3, 0x44fb, 0xa5, 0xb7, 0x51, 0x22, 0xab, 0x30, 0x3a, 0xe0) +#define EFI_IMAGE_SECURITY_DATABASE_GUID EFI_GUID(0xd719b2cb, 0x3d3a, 0x4596, 0xa3, 0xbc, 0xda, 0xd0, 0x0e, 0x67, 0x65, 0x6f) +#define EFI_SHIM_LOCK_GUID EFI_GUID(0x605dab50, 0xe046, 0x4300, 0xab, 0xb6, 0x3d, 0xd8, 0x10, 0xdd, 0x8b, 0x23) + /* * This GUID is used to pass to the kernel proper the struct screen_info * structure that was populated by the stub based on the GOP protocol instance
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] efi: Pass secure boot mode to kernel [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 2/7] x86/efi: Allow invocation of arbitrary runtime services [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 4/7] efi: Add SHIM and image security database GUID definitions [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 7/7] efi: Add EFI_SECURE_BOOT bit [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 1/7] efi: use typed function pointers for runtime services table [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 6/7] efi: Disable secure boot if shim is in insecure mode [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
[PATCH 5/7] efi: Get the secure boot status [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
Re: [PATCH 5/7] efi: Get the secure boot status [ver #3] James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-11-24 20:50 +0100
[PATCH 3/7] arm/efi: Allow invocation of arbitrary runtime services [ver #3] David Howells <dhowells@redhat.com> - 2016-11-23 14:00 +0100
csiph-web