summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>2024-02-17 13:59:33 +0100
committerArmin Kuster <akuster808@gmail.com>2024-02-20 07:40:39 -0500
commit30e755c59204cbd64c3aa12e64ab33041f6f02c0 (patch)
treecd1433bfa3c29190e9497391503fb93012146ca1
parent5d2bd6bbb5713de9acde134923a5eb915ca4c566 (diff)
downloadmeta-security-30e755c59204cbd64c3aa12e64ab33041f6f02c0.tar.gz
lynis: Add missing runtime dependencies
Lynis tool needs ip, ss, tr and netstat. If they are missing Lynis skips some important audit tests. Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-compliance/lynis/lynis_3.0.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-compliance/lynis/lynis_3.0.9.bb b/recipes-compliance/lynis/lynis_3.0.9.bb
index 5b5864c..b8b97a5 100644
--- a/recipes-compliance/lynis/lynis_3.0.9.bb
+++ b/recipes-compliance/lynis/lynis_3.0.9.bb
@@ -41,4 +41,4 @@ do_install () {
41FILES:${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf" 41FILES:${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf"
42FILES:${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md" 42FILES:${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md"
43 43
44RDEPENDS:${PN} += "procps findutils" 44RDEPENDS:${PN} += "procps findutils coreutils iproute2-ip iproute2-ss net-tools"