mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-04-20 18:08:17 +00:00
Do not even try pulling private keys into rootfs. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
21 lines
414 B
BlitzBasic
21 lines
414 B
BlitzBasic
DESCRIPTION = "Linux Integrity Measurement Architecture (IMA) subsystem"
|
|
|
|
include packagegroup-ima.inc
|
|
|
|
DEPENDS += "\
|
|
ima-evm-utils-native \
|
|
attr-native \
|
|
"
|
|
|
|
RDEPENDS_${PN} += "\
|
|
attr \
|
|
ima-inspect \
|
|
util-linux-switch-root.static \
|
|
"
|
|
|
|
# Note any private key is not available if user key signing model used.
|
|
RRECOMMENDS_${PN} += "\
|
|
key-store-ima-cert \
|
|
key-store-system-trusted-cert \
|
|
"
|