mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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:
committed by
Armin Kuster
parent
5d2bd6bbb5
commit
30e755c592
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user