summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>2024-02-17 13:56:17 +0100
committerArmin Kuster <akuster808@gmail.com>2024-02-20 07:40:39 -0500
commit5d2bd6bbb5713de9acde134923a5eb915ca4c566 (patch)
treea3a6ae2c77fb687890d2e0d07ccdfcc010e59e30
parent6f7f2b6b470aaf8d66e3d63c45973885e5d6f336 (diff)
downloadmeta-security-5d2bd6bbb5713de9acde134923a5eb915ca4c566.tar.gz
checksec: Add more runtime dependencies to checksec tool
Checksec tool depends of commands "find, file and ps" Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-scanners/checksec/checksec_2.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/checksec/checksec_2.6.0.bb b/recipes-scanners/checksec/checksec_2.6.0.bb
index f4a014e..1ba3721 100644
--- a/recipes-scanners/checksec/checksec_2.6.0.bb
+++ b/recipes-scanners/checksec/checksec_2.6.0.bb
@@ -16,6 +16,6 @@ do_install() {
16 install -m 0755 ${S}/checksec ${D}${bindir} 16 install -m 0755 ${S}/checksec ${D}${bindir}
17} 17}
18 18
19RDEPENDS:${PN} = "bash openssl-bin binutils" 19RDEPENDS:${PN} = "bash openssl-bin binutils findutils file procps"
20 20
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"