diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-09-01 08:13:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-07 08:32:50 -0700 |
commit | 225c3bc7d07cbfbcde6eb2d9df166a54f7560a21 (patch) | |
tree | 30a4a7ac0d6772321cbaa5950ad940a91a9d676d | |
parent | 1b4554dfd7945d8c168c6c1815e9969d89176e02 (diff) | |
download | meta-security-225c3bc7d07cbfbcde6eb2d9df166a54f7560a21.tar.gz |
initramfs-framework-ima: correct IMA_POLICY name
it had ima_policy_hashed and did not match the recipe
ima-policy-hashed
found by yocto-check-layer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb b/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb index 6057e8d..95c853a 100644 --- a/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb +++ b/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
12 | # This policy file will get installed as /etc/ima/ima-policy. | 12 | # This policy file will get installed as /etc/ima/ima-policy. |
13 | # It is located via the normal file search path, so a .bbappend | 13 | # It is located via the normal file search path, so a .bbappend |
14 | # to this recipe can just point towards one of its own files. | 14 | # to this recipe can just point towards one of its own files. |
15 | IMA_POLICY ?= "ima_policy_hashed" | 15 | IMA_POLICY ?= "ima-policy-hashed" |
16 | 16 | ||
17 | SRC_URI = " file://ima" | 17 | SRC_URI = " file://ima" |
18 | 18 | ||