mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-05 02:20:50 +00:00
test-image: add packagegroup-core-security-ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -4,15 +4,13 @@ IMAGE_FEATURES += "ssh-server-openssh"
|
||||
|
||||
TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec smack suricata"
|
||||
|
||||
DISTRO_FEATURES_append = " ptest"
|
||||
INSTALL_CLAMAV_CVD = "1"
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
packagegroup-base \
|
||||
packagegroup-core-boot \
|
||||
packagegroup-core-security \
|
||||
packagegroup-core-security-ptest \
|
||||
os-release \
|
||||
clamav-cvd \
|
||||
"
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "Security ptest packagegroup"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PACKAGES = "\
|
||||
${PN} \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
SUMMARY_${PN} = "Security packages with ptests"
|
||||
RDEPENDS_${PN} = " \
|
||||
ptest-runner \
|
||||
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)} \
|
||||
"
|
||||
Reference in New Issue
Block a user