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>
This commit is contained in:
BELOUARGA Mohamed
2024-02-17 13:59:33 +01:00
committed by Armin Kuster
parent 5d2bd6bbb5
commit 30e755c592

View File

@@ -41,4 +41,4 @@ do_install () {
FILES:${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf"
FILES:${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md"
RDEPENDS:${PN} += "procps findutils"
RDEPENDS:${PN} += "procps findutils coreutils iproute2-ip iproute2-ss net-tools"