From e3ec79a09bd0ec3fa218eec7c0568c965088ccb5 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Wed, 26 Apr 2017 18:00:17 -0600 Subject: [PATCH] Implement most of the Kernel Self Protection Project's recommended kernel settings (as of Apr 26, 2017) --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index b19430b..160d62c 100644 --- a/config +++ b/config @@ -595,7 +595,7 @@ CONFIG_SECCOMP=y CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y -CONFIG_KEXEC=y +# CONFIG_KEXEC is not set CONFIG_KEXEC_FILE=y CONFIG_KEXEC_VERIFY_SIG=y CONFIG_CRASH_DUMP=y