mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
d0c0bedbbe
ima_inspect is a small program that allows to give a human-readable representation of the contents of the extended attributes (xattrs) that the Linux IMA security subsystem creates and manages for files. Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
420 B
BlitzBasic
21 lines
420 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-privkey \
|
|
key-store-system-trusted-privkey \
|
|
"
|