From 9606c1073cea732ca3a057c0b0688334f27ff324 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 28 Jul 2018 00:13:56 +0300 Subject: [PATCH] Comment out LKDTM --- kconfig-hardened-check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfig-hardened-check.py b/kconfig-hardened-check.py index 4a9e823..ca82068 100755 --- a/kconfig-hardened-check.py +++ b/kconfig-hardened-check.py @@ -201,7 +201,7 @@ def construct_opt_checks(): checklist.append(OptCheck('ARCH_MMAP_RND_BITS', '32', 'my', 'userspace_protection')) - checklist.append(OptCheck('LKDTM', 'm', 'my', 'feature_test')) +# checklist.append(OptCheck('LKDTM', 'm', 'my', 'feature_test')) def print_opt_checks(): -- 2.31.1