diff mbox series

[meta-security] checksec: Add more runtime dependencies to checksec tool

Message ID 20240217125616.402329-1-m.belouarga@technologyandstrategy.com
State New
Headers show
Series [meta-security] checksec: Add more runtime dependencies to checksec tool | expand

Commit Message

belouargamohamed@gmail.com Feb. 17, 2024, 12:56 p.m. UTC
From: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>

Checksec tool depends of commands "find, file and ps"

Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
---
 recipes-scanners/checksec/checksec_2.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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() {
     install -m 0755 ${S}/checksec ${D}${bindir}
 }
 
-RDEPENDS:${PN} = "bash openssl-bin binutils"
+RDEPENDS:${PN} = "bash openssl-bin binutils findutils file procps"
 
 BBCLASSEXTEND = "native"