mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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>
This commit is contained in:
@@ -9,6 +9,7 @@ DEPENDS += "\
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
attr \
|
||||
ima-inspect \
|
||||
util-linux-switch-root.static \
|
||||
"
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
|
||||
|
||||
DEPENDS += "attr ima-evm-utils tclap"
|
||||
|
||||
SRC_URI = "git://github.com/mgerstner/ima-inspect.git"
|
||||
SRCREV = "e912be2d2a9fdf30a9693a7fc5d6b2473990a71c"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user