summaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-kernel
diff options
context:
space:
mode:
authorYongxin Liu <yongxin.liu@windriver.com>2020-09-27 13:41:50 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2020-10-12 09:41:33 +0800
commit02334372249b81fa53077f60876d786054691f8c (patch)
treec0751a8aa9cdaa212d0c4fda715e232046a0bd53 /meta-integrity/recipes-kernel
parent4d59dc3037e54880bd3016839936e03364e63eb0 (diff)
downloadmeta-secure-core-02334372249b81fa53077f60876d786054691f8c.tar.gz
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 <yongxin.liu@windriver.com>
Diffstat (limited to 'meta-integrity/recipes-kernel')
-rw-r--r--meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg2
1 files changed, 1 insertions, 1 deletions
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
5CONFIG_IMA_READ_POLICY=y 5CONFIG_IMA_READ_POLICY=y
6CONFIG_IMA_MEASURE_PCR_IDX=10 6CONFIG_IMA_MEASURE_PCR_IDX=10
7# CONFIG_IMA_TEMPLATE is not set 7# CONFIG_IMA_TEMPLATE is not set
8# CONFIG_IMA_NG_TEMPLATE=y is not set 8# CONFIG_IMA_NG_TEMPLATE is not set
9CONFIG_IMA_SIG_TEMPLATE=y 9CONFIG_IMA_SIG_TEMPLATE=y
10CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig" 10CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig"
11# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set 11# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set