Don't mention LKDTM
[kconfig-hardened-check.git] / kconfig_hardened_check / __init__.py
index 4c6353f8707203979a4de3a84df0e2f6afcdfe16..3daddcbdaba5a860789ffacf1366c7dc49efbae6 100644 (file)
@@ -639,8 +639,6 @@ def add_kconfig_checks(l, arch):
     if arch in ('X86_32', 'ARM'):
         l += [KconfigCheck('harden_userspace', 'my', 'ARCH_MMAP_RND_BITS', '16')]
 
-#   l += [KconfigCheck('feature_test', 'my', 'LKDTM', 'm')] # only for debugging!
-
 
 def add_cmdline_checks(l, arch):
     # Calling the CmdlineCheck class constructor: