summaryrefslogtreecommitdiffstats
path: root/meta-integrity/recipes-support
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-15 12:18:11 -0500
committerJia Zhang <zhang.jia@linux.alibaba.com>2018-02-16 16:31:52 +0800
commitd0c0bedbbe69b35e3e74474ee59be50e671348c5 (patch)
tree66aee0f8dd3e1fa0a75fe0cba09536ba6d070586 /meta-integrity/recipes-support
parent59a9f43b899c795d1b2c3593d829f945c337832d (diff)
downloadmeta-secure-core-d0c0bedbbe69b35e3e74474ee59be50e671348c5.tar.gz
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>
Diffstat (limited to 'meta-integrity/recipes-support')
-rw-r--r--meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb11
1 files changed, 11 insertions, 0 deletions
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 @@
1LICENSE = "GPLv2+"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=a23a74b3f4caf9616230789d94217acb"
3
4DEPENDS += "attr ima-evm-utils tclap"
5
6SRC_URI = "git://github.com/mgerstner/ima-inspect.git"
7SRCREV = "e912be2d2a9fdf30a9693a7fc5d6b2473990a71c"
8
9S = "${WORKDIR}/git"
10
11inherit autotools