Files
Tom Rini d0c0bedbbe meta-integrity: Add ima-inspect utility
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>
2018-02-16 16:31:52 +08:00

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 \
"