diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-15 12:18:11 -0500 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-02-16 16:31:52 +0800 |
commit | d0c0bedbbe69b35e3e74474ee59be50e671348c5 (patch) | |
tree | 66aee0f8dd3e1fa0a75fe0cba09536ba6d070586 /meta-integrity/recipes-base/packagegroups | |
parent | 59a9f43b899c795d1b2c3593d829f945c337832d (diff) | |
download | meta-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-base/packagegroups')
-rw-r--r-- | meta-integrity/recipes-base/packagegroups/packagegroup-ima.bb | 1 |
1 files changed, 1 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 | ||
10 | RDEPENDS_${PN} += "\ | 10 | RDEPENDS_${PN} += "\ |
11 | attr \ | 11 | attr \ |
12 | ima-inspect \ | ||
12 | util-linux-switch-root.static \ | 13 | util-linux-switch-root.static \ |
13 | " | 14 | " |
14 | 15 | ||