mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
meta-integrity: fix issues with yocto-check-layer
[v2] re-did solutions Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,6 +9,9 @@ IMA_POLICY ?= "ima_policy_simple"
|
||||
|
||||
SRC_URI = " file://${IMA_POLICY}"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "ima"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/${sysconfdir}/ima
|
||||
install ${WORKDIR}/${IMA_POLICY} ${D}/${sysconfdir}/ima/ima-policy
|
||||
|
||||
Reference in New Issue
Block a user