Commit 44cea798 by Alexander Popov

Add the RANDOM_KMALLOC_CACHES check

Refers to #83
parent 303573e5
...@@ -231,6 +231,7 @@ def add_kconfig_checks(l, arch): ...@@ -231,6 +231,7 @@ def add_kconfig_checks(l, arch):
# 'self_protection', 'my' # 'self_protection', 'my'
l += [KconfigCheck('self_protection', 'my', 'LIST_HARDENED', 'y')] l += [KconfigCheck('self_protection', 'my', 'LIST_HARDENED', 'y')]
l += [KconfigCheck('self_protection', 'my', 'RANDOM_KMALLOC_CACHES', 'y')]
# 'security_policy' # 'security_policy'
if arch in ('X86_64', 'ARM64', 'X86_32'): if arch in ('X86_64', 'ARM64', 'X86_32'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment