From 9653013a77da4113e69d27992520394e1239a01e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 29 May 2023 02:07:50 +0300 Subject: [PATCH] Add a comment about cfi boot parameter --- kconfig_hardened_check/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig_hardened_check/checks.py b/kconfig_hardened_check/checks.py index ba29e2d..cec143e 100644 --- a/kconfig_hardened_check/checks.py +++ b/kconfig_hardened_check/checks.py @@ -48,6 +48,7 @@ This module contains knowledge for checks. # intel_iommu=on # amd_iommu=on # efi=disable_early_pci_dma +# cfi= # pylint: disable=missing-function-docstring,line-too-long,invalid-name # pylint: disable=too-many-branches,too-many-statements -- 2.31.1