From: Alexander Popov Date: Sun, 28 May 2023 23:07:50 +0000 (+0300) Subject: Add a comment about cfi boot parameter X-Git-Tag: v0.6.6~151 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9653013a77da4113e69d27992520394e1239a01e;hp=2588752f2803d58118f8d7b05ae16983cf588dc9;p=kconfig-hardened-check.git Add a comment about cfi boot parameter --- 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