From 85454ba357124928f4f0afa999650ec7e70b8490 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 11 Jun 2020 13:14:06 +0200 Subject: disable lockdown --- strip.config | 1 + 1 file changed, 1 insertion(+) diff --git a/strip.config b/strip.config index a4233d7..06d7277 100644 --- a/strip.config +++ b/strip.config @@ -1,4 +1,5 @@ # strip down & speed up kernel build +CONFIG_SECURITY_LOCKDOWN_LSM=n CONFIG_MODULE_SIG=n CONFIG_KEXEC_VERIFY_SIG=n CONFIG_DEBUG_INFO=y -- cgit