From: Alexander Popov Date: Fri, 22 Jun 2018 12:34:23 +0000 (+0300) Subject: Drop CONFIG_DEBUG_KERNEL from kspp-recommendations.config X-Git-Tag: v0.5.2~97 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=918817dd2f678d026f4fb22a197523e36dd256dc;p=kconfig-hardened-check.git Drop CONFIG_DEBUG_KERNEL from kspp-recommendations.config It is needed only for kernels prior to v4.11 (Kees has updated the wiki) --- diff --git a/kspp-recommendations.config b/kspp-recommendations.config index 61fba2b..d2283b4 100644 --- a/kspp-recommendations.config +++ b/kspp-recommendations.config @@ -4,7 +4,6 @@ CONFIG_BUG=y # Make sure kernel page tables have safe permissions. -CONFIG_DEBUG_KERNEL=y CONFIG_STRICT_KERNEL_RWX=y # Report any dangerous memory permissions (not available on all archs).