diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-06-03 08:56:10 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
| commit | 2098981e0cfd5906e39d819d8b018cb0ae1a1556 (patch) | |
| tree | 6d7eeead8e46c9a98c277449ad8d85c8b08a4204 /recipes-security/packagegroup | |
| parent | 55ff4e2434ba8b9fdc39dded3afb524fac90efaa (diff) | |
| download | meta-security-2098981e0cfd5906e39d819d8b018cb0ae1a1556.tar.gz | |
test-image: add packagegroup-core-security-ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/packagegroup')
| -rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security-ptest.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security-ptest.bb b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb new file mode 100644 index 0000000..4934889 --- /dev/null +++ b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Security ptest packagegroup" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | ||
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | PACKAGES = "\ | ||
| 7 | ${PN} \ | ||
| 8 | " | ||
| 9 | |||
| 10 | ALLOW_EMPTY_${PN} = "1" | ||
| 11 | |||
| 12 | SUMMARY_${PN} = "Security packages with ptests" | ||
| 13 | RDEPENDS_${PN} = " \ | ||
| 14 | ptest-runner \ | ||
| 15 | samhain-standalone-ptest \ | ||
| 16 | xmlsec1-ptest \ | ||
| 17 | keyutils-ptest \ | ||
| 18 | libseccomp-ptest \ | ||
| 19 | python-scapy-ptest \ | ||
| 20 | suricata-ptest \ | ||
| 21 | tripwire-ptest \ | ||
| 22 | python-fail2ban-ptest \ | ||
| 23 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ | ||
| 24 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | ||
| 25 | " | ||
