From ee580bd011920e8d4d0a89dd03533fe5bea2eac7 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 1 Jun 2019 21:10:25 -0700 Subject: security-test-image: add a testing image Signed-off-by: Armin Kuster --- recipes-security/images/security-test-image.bb | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes-security/images/security-test-image.bb diff --git a/recipes-security/images/security-test-image.bb b/recipes-security/images/security-test-image.bb new file mode 100644 index 0000000..d801fdc --- /dev/null +++ b/recipes-security/images/security-test-image.bb @@ -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" -- cgit v1.2.3-54-g00ecf