mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-04 14:10:22 +00:00
packagegroup-core-security: cleanup and remove ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -12,7 +12,6 @@ PACKAGES = "\
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-security-ptest", "", d)} \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-security = "\
|
||||
@@ -21,7 +20,6 @@ RDEPENDS_packagegroup-core-security = "\
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-security-ptest", "", d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||
@@ -34,6 +32,7 @@ RDEPENDS_packagegroup-security-utils = "\
|
||||
xmlsec1 \
|
||||
keyutils \
|
||||
libseccomp \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
|
||||
"
|
||||
|
||||
@@ -42,6 +41,8 @@ RDEPENDS_packagegroup-security-scanners = "\
|
||||
nikto \
|
||||
checksecurity \
|
||||
clamav \
|
||||
clamav-freshclam \
|
||||
clamav-cvd \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-audit = "Security Audit tools "
|
||||
@@ -68,18 +69,3 @@ RDEPENDS_packagegroup-security-mac = " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-ptest = "Security packages with ptests"
|
||||
RDEPENDS_packagegroup-security-ptest = " \
|
||||
samhain-standalone-ptest \
|
||||
xmlsec1-ptest \
|
||||
keyutils-ptest \
|
||||
libseccomp-ptest \
|
||||
python-scapy-ptest \
|
||||
suricata-ptest \
|
||||
tripwire-ptest \
|
||||
python-fail2ban-ptest \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \
|
||||
ptest-runner \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user