Add CLIP OS recommendation about EFI_CUSTOM_SSDT_OVERLAYS
authorAlexander Popov <alex.popov@linux.com>
Fri, 16 Oct 2020 15:39:41 +0000 (18:39 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 16 Oct 2020 15:39:41 +0000 (18:39 +0300)
kconfig_hardened_check/__init__.py

index 90f06b69527797c474c6982ac78c8cdcc6a98a82..937b3a0c6a72107e2f06d694369c68ff813dd696 100644 (file)
@@ -477,6 +477,7 @@ def construct_checklist(l, arch):
     l += [OptCheck('cut_attack_surface', 'clipos', 'IO_URING', 'is not set')]
     l += [OptCheck('cut_attack_surface', 'clipos', 'X86_IOPL_IOPERM', 'is not set')] # refers to LOCKDOWN
     l += [OptCheck('cut_attack_surface', 'clipos', 'ACPI_TABLE_UPGRADE', 'is not set')] # refers to LOCKDOWN
+    l += [OptCheck('cut_attack_surface', 'clipos', 'EFI_CUSTOM_SSDT_OVERLAYS', 'is not set')]
     l += [AND(OptCheck('cut_attack_surface', 'clipos', 'LDISC_AUTOLOAD', 'is not set'),
               PresenceCheck('LDISC_AUTOLOAD'))]
     if arch in ('X86_64', 'X86_32'):