From d0c0bedbbe69b35e3e74474ee59be50e671348c5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 15 Feb 2018 12:18:11 -0500 Subject: 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 --- .../recipes-support/ima-inspect/ima-inspect_0.11.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb (limited to 'meta-integrity/recipes-support') diff --git a/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb new file mode 100644 index 0000000..a5070d3 --- /dev/null +++ b/meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb @@ -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 -- cgit v1.2.3-54-g00ecf