projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e215fc9
)
Comment out LKDTM
author
Alexander Popov
<alex.popov@linux.com>
Fri, 27 Jul 2018 21:13:56 +0000
(
00:13
+0300)
committer
Alexander Popov
<alex.popov@linux.com>
Fri, 27 Jul 2018 21:13:56 +0000
(
00:13
+0300)
kconfig-hardened-check.py
patch
|
blob
|
history
diff --git
a/kconfig-hardened-check.py
b/kconfig-hardened-check.py
index 4a9e82374b96345bf8e36bee11c70aec74e85e7d..ca820687f40ab93789300bbac197b6b2a97d0156 100755
(executable)
--- 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():