d7293323e7
- CVE-2015-0275 ext4: fallocate zero range page size > block size BUG (rhbz 1193907 1195178) - Disable debugging options. Yay for major version bumps :\. We grab the full rc1 tarball instead of just the patch to make this way less messy in the spec. When 4.0 final is released, we'll need to undo a few specific hacks. Namely, we need to redefine: upstream_sublevel kversion Source0 back to the standard definitions. Thanks to Kyle for figuring this out 3 years ago.
30 lines
847 B
Diff
30 lines
847 B
Diff
From: Josh Boyer <jwboyer@fedoraproject.org>
|
|
Date: Tue, 27 Aug 2013 13:28:43 -0400
|
|
Subject: [PATCH] efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
|
|
|
|
The functionality of the config option is dependent upon the platform being
|
|
UEFI based. Reflect this in the config deps.
|
|
|
|
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
|
|
---
|
|
arch/x86/Kconfig | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
|
|
index 0ec6272203e4..9d8c58783e7d 100644
|
|
--- a/arch/x86/Kconfig
|
|
+++ b/arch/x86/Kconfig
|
|
@@ -1695,7 +1695,8 @@ config EFI_MIXED
|
|
If unsure, say N.
|
|
|
|
config EFI_SECURE_BOOT_SIG_ENFORCE
|
|
- def_bool n
|
|
+ def_bool n
|
|
+ depends on EFI
|
|
prompt "Force module signing when UEFI Secure Boot is enabled"
|
|
---help---
|
|
UEFI Secure Boot provides a mechanism for ensuring that the
|
|
--
|
|
2.1.0
|
|
|