mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
security-core package group: add few more apps
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ RDEPENDS_packagegroup-security-utils = "\
|
||||
checksec \
|
||||
nmap \
|
||||
pinentry \
|
||||
scapy \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
|
||||
"
|
||||
|
||||
@@ -34,7 +35,8 @@ SUMMARY_packagegroup-security-scanners = "Security scanners"
|
||||
RDEPENDS_packagegroup-security-scanners = "\
|
||||
nikto \
|
||||
checksecurity \
|
||||
"
|
||||
clamav \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-audit = "Security Audit tools "
|
||||
RDEPENDS_packagegroup-security-audit = " \
|
||||
@@ -51,9 +53,12 @@ SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems"
|
||||
RDEPENDS_packagegroup-security-ids = " \
|
||||
tripwire \
|
||||
samhain-client \
|
||||
suricata \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems"
|
||||
RDEPENDS_packagegroup-security-mac = " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user