summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-integrity/classes/ima-evm-rootfs.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-integrity/classes/ima-evm-rootfs.bbclass b/meta-integrity/classes/ima-evm-rootfs.bbclass
index 4359af0..0acd6e7 100644
--- a/meta-integrity/classes/ima-evm-rootfs.bbclass
+++ b/meta-integrity/classes/ima-evm-rootfs.bbclass
@@ -28,6 +28,9 @@ IMA_EVM_ROOTFS_HASHED ?= ". -depth 0 -false"
28# the iversion flags (needed by IMA when allowing writing). 28# the iversion flags (needed by IMA when allowing writing).
29IMA_EVM_ROOTFS_IVERSION ?= "" 29IMA_EVM_ROOTFS_IVERSION ?= ""
30 30
31# Avoid re-generating fstab when ima is enabled.
32WIC_CREATE_EXTRA_ARGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ima', ' --no-fstab-update', '', d)}"
33
31ima_evm_sign_rootfs () { 34ima_evm_sign_rootfs () {
32 cd ${IMAGE_ROOTFS} 35 cd ${IMAGE_ROOTFS}
33 36