Comment out LKDTM
authorAlexander Popov <alex.popov@linux.com>
Fri, 27 Jul 2018 21:13:56 +0000 (00:13 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 27 Jul 2018 21:13:56 +0000 (00:13 +0300)
kconfig-hardened-check.py

index 4a9e82374b96345bf8e36bee11c70aec74e85e7d..ca820687f40ab93789300bbac197b6b2a97d0156 100755 (executable)
@@ -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():