From 02334372249b81fa53077f60876d786054691f8c Mon Sep 17 00:00:00 2001 From: Yongxin Liu Date: Sun, 27 Sep 2020 13:41:50 +0800 Subject: [PATCH] ima: Fix badly formatted CONFIG_IMA_NG_TEMPLATE Fix the following warning: [INFO]: the following symbols were not found in the active configuration: - CONFIG_IMA_NG_TEMPLATE=y Signed-off-by: Yongxin Liu --- meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg | 2 +- 1 file changed, 1 insertion(+), 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 0d7e66c..66a1f0c 100644 --- a/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg +++ b/meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg @@ -5,7 +5,7 @@ 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=y is not set +# CONFIG_IMA_NG_TEMPLATE is not set CONFIG_IMA_SIG_TEMPLATE=y CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig" # CONFIG_IMA_DEFAULT_HASH_SHA1 is not set