From: Alexander Popov Date: Fri, 27 Jul 2018 21:13:56 +0000 (+0300) Subject: Comment out LKDTM X-Git-Tag: v0.5.2~82 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9606c1073cea732ca3a057c0b0688334f27ff324;p=kconfig-hardened-check.git Comment out LKDTM --- 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():