mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
03c0e8e03a
Drop BP , these are files not src bundle Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
465 B
BlitzBasic
19 lines
465 B
BlitzBasic
SUMMARY = "IMA sample simple policy"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
SRC_URI = " file://ima_policy_simple"
|
|
|
|
S = "${UNPACKDIR}"
|
|
|
|
inherit features_check
|
|
REQUIRED_DISTRO_FEATURES = "ima"
|
|
|
|
do_install () {
|
|
install -d ${D}/${sysconfdir}/ima
|
|
install ${UNPACKDIR}/ima_policy_simple ${D}/${sysconfdir}/ima/ima-policy
|
|
}
|
|
|
|
FILES:${PN} = "${sysconfdir}/ima"
|
|
RDEPENDS:${PN} = "ima-evm-utils"
|