mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-08 03:23:00 +00:00
security-test-image: add a testing image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
DESCRIPTION = "A small image for testing meta-security packages"
|
||||||
|
|
||||||
|
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 \
|
||||||
|
os-release \
|
||||||
|
clamav-cvd \
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
|
IMAGE_LINGUAS ?= " "
|
||||||
|
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
inherit core-image
|
||||||
|
|
||||||
|
export IMAGE_BASENAME = "security-test-image"
|
||||||
|
|
||||||
|
IMAGE_ROOTFS_EXTRA_SPACE = "5242880"
|
||||||
Reference in New Issue
Block a user