summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb2
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.
15IMA_POLICY ?= "ima_policy_hashed" 15IMA_POLICY ?= "ima-policy-hashed"
16 16
17SRC_URI = " file://ima" 17SRC_URI = " file://ima"
18 18