diff options
author | Yongxin Liu <yongxin.liu@windriver.com> | 2020-09-27 13:41:50 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2020-10-12 09:41:33 +0800 |
commit | 02334372249b81fa53077f60876d786054691f8c (patch) | |
tree | c0751a8aa9cdaa212d0c4fda715e232046a0bd53 | |
parent | 4d59dc3037e54880bd3016839936e03364e63eb0 (diff) | |
download | meta-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>
-rw-r--r-- | meta-integrity/recipes-kernel/linux/linux-yocto/ima.cfg | 2 |
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 | |||
5 | CONFIG_IMA_READ_POLICY=y | 5 | CONFIG_IMA_READ_POLICY=y |
6 | CONFIG_IMA_MEASURE_PCR_IDX=10 | 6 | CONFIG_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 |
9 | CONFIG_IMA_SIG_TEMPLATE=y | 9 | CONFIG_IMA_SIG_TEMPLATE=y |
10 | CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig" | 10 | CONFIG_IMA_DEFAULT_TEMPLATE="ima-sig" |
11 | # CONFIG_IMA_DEFAULT_HASH_SHA1 is not set | 11 | # CONFIG_IMA_DEFAULT_HASH_SHA1 is not set |