Add ARM64_MTE for userspace
authorAlexander Popov <alex.popov@linux.com>
Fri, 18 Jun 2021 21:12:46 +0000 (00:12 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 18 Jun 2021 21:12:46 +0000 (00:12 +0300)
kconfig_hardened_check/__init__.py

index b35f10d67f7cf4601df93b262dba5423460408d9..a5bac1c2348f4e4056abd6dcae58a601eeaff46a 100644 (file)
@@ -526,6 +526,8 @@ def construct_checklist(l, arch):
         l += [OptCheck('userspace_hardening', 'defconfig', 'INTEGRITY', 'y')]
     if arch == 'ARM':
         l += [OptCheck('userspace_hardening', 'my', 'INTEGRITY', 'y')]
+    if arch == 'ARM64':
+        l += [OptCheck('userspace_hardening', 'defconfig', 'ARM64_MTE', 'y')]
     if arch in ('ARM', 'X86_32'):
         l += [OptCheck('userspace_hardening', 'defconfig', 'VMSPLIT_3G', 'y')]
     if arch in ('X86_64', 'ARM64'):