mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-08 05:09:48 +00:00
21489a2942
Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
489 B
BlitzBasic
19 lines
489 B
BlitzBasic
DESCRIPTION = "A small image for testing meta-security packages"
|
|
|
|
require security-build-image.bb
|
|
|
|
IMAGE_FEATURES += "ssh-server-openssh"
|
|
|
|
TEST_SUITES = "ssh ping ptest apparmor clamav samhain sssd tripwire checksec smack suricata"
|
|
|
|
INSTALL_CLAMAV_CVD = "1"
|
|
|
|
IMAGE_OVERHEAD_FACTOR = "1.0"
|
|
IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
|
|
|
|
# ptests need more memory than standard to avoid the OOM killer
|
|
# also lttng-tools needs /tmp that has at least 1G
|
|
QB_MEM = "-m 2048"
|
|
|
|
PTEST_EXPECT_FAILURE = "1"
|