diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-07 09:22:36 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-05-07 09:22:47 -0400 |
commit | 5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb (patch) | |
tree | 0f7eb261706d7cebe3090a4d9cf378ea2daec115 /Add-option-to-automatically-enforce-module-signature.patch | |
parent | 45a0b49689abb380af737e255539b56d79bfb444 (diff) | |
download | kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.tar.gz kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.tar.xz kernel-5f94435ddd350f77bd0e83e69ce047cc4cd9bfdb.zip |
Linux v4.1-rc2-79-g0e1dc4274828
Diffstat (limited to 'Add-option-to-automatically-enforce-module-signature.patch')
-rw-r--r-- | Add-option-to-automatically-enforce-module-signature.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch index c26bf528a..9116a71e7 100644 --- a/Add-option-to-automatically-enforce-module-signature.patch +++ b/Add-option-to-automatically-enforce-module-signature.patch @@ -54,7 +54,7 @@ index 226d5696e1d1..6a8f880e213f 100644 def_bool y prompt "Enable seccomp to safely compute untrusted bytecode" diff --git a/arch/x86/boot/compressed/eboot.c b/arch/x86/boot/compressed/eboot.c -index ef17683484e9..105e7360d747 100644 +index 48304b89b601..2ff19014117a 100644 --- a/arch/x86/boot/compressed/eboot.c +++ b/arch/x86/boot/compressed/eboot.c @@ -12,6 +12,7 @@ @@ -103,7 +103,7 @@ index ef17683484e9..105e7360d747 100644 /* * See if we have Graphics Output Protocol */ -@@ -1406,6 +1438,10 @@ struct boot_params *efi_main(struct efi_config *c, +@@ -1408,6 +1440,10 @@ struct boot_params *efi_main(struct efi_config *c, else setup_boot_services32(efi_early); @@ -180,6 +180,3 @@ index f43cbdd52546..feb6736fec91 100644 bool secure_modules(void) { #ifdef CONFIG_MODULE_SIG --- -2.3.6 - |