summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb1
-rw-r--r--meta-integrity/recipes-support/ima-inspect/ima-inspect_0.11.bb11
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb b/meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb
index c9a99bd..e8885cc 100644
--- a/meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb
+++ b/meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb
@@ -9,6 +9,7 @@ DEPENDS += "\
9 9
10RDEPENDS_${PN} += "\ 10RDEPENDS_${PN} += "\
11 attr \ 11 attr \
12 ima-inspect \
12 util-linux-switch-root.static \ 13 util-linux-switch-root.static \
13" 14"
14 15
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