Add the RANDOM_KMALLOC_CACHES check
authorAlexander Popov <alex.popov@linux.com>
Sat, 16 Dec 2023 23:41:40 +0000 (02:41 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 16 Dec 2023 23:41:40 +0000 (02:41 +0300)
Refers to #83

kernel_hardening_checker/checks.py

index 69a9fd960c90d8eb521cfa759d6d3c85f2173911..64c69a63d3eddf7de9383534f4547cc81b39dfb1 100644 (file)
@@ -231,6 +231,7 @@ def add_kconfig_checks(l, arch):
 
     # 'self_protection', 'my'
     l += [KconfigCheck('self_protection', 'my', 'LIST_HARDENED', 'y')]
+    l += [KconfigCheck('self_protection', 'my', 'RANDOM_KMALLOC_CACHES', 'y')]
 
     # 'security_policy'
     if arch in ('X86_64', 'ARM64', 'X86_32'):