From: Alexander Popov Date: Fri, 16 Oct 2020 15:39:41 +0000 (+0300) Subject: Add CLIP OS recommendation about EFI_CUSTOM_SSDT_OVERLAYS X-Git-Tag: v0.5.9~14 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=103bbe9258fdb6ec0b064bdc53aaf3ba31367de7;hp=44de4353978332826e1e8078434a69a74b1b4a0d;p=kconfig-hardened-check.git Add CLIP OS recommendation about EFI_CUSTOM_SSDT_OVERLAYS --- diff --git a/kconfig_hardened_check/__init__.py b/kconfig_hardened_check/__init__.py index 90f06b6..937b3a0 100644 --- a/kconfig_hardened_check/__init__.py +++ b/kconfig_hardened_check/__init__.py @@ -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'):