From def57bd5e00d7610e7fdaa3f96a50520f790e7a2 Mon Sep 17 00:00:00 2001 From: He Zhe Date: Thu, 4 Aug 2022 15:05:06 +0800 Subject: [PATCH] ima: Remove disabling CONFIG_IMA_TEMPLATE CONFIG_IMA_TEMPLATE has been removed from kernel since v5.15.46 http://lxgit.wrs.com/cgit/linux-yocto.git/commit/?h=v5.15/standard/base&id=3892794a18136452101fc86cebc5c6d69ac93683 Remove it here to avoid [INFO]: the following symbols were not found in the active configuration: - CONFIG_IMA_TEMPLATE Signed-off-by: He Zhe --- meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg b/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg index 66a1f0c..0d6e6a5 100644 --- a/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg +++ b/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg @@ -4,7 +4,6 @@ CONFIG_IMA=y CONFIG_IMA_WRITE_POLICY=y CONFIG_IMA_READ_POLICY=y CONFIG_IMA_MEASURE_PCR_IDX=10 -# CONFIG_IMA_TEMPLATE is not set # CONFIG_IMA_NG_TEMPLATE is not set CONFIG_IMA_SIG_TEMPLATE=y CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig"