diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-06-10 07:32:17 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
commit | 88350b1267cae72ea65f81814fb7e5c6863a78dc (patch) | |
tree | 782190b19777b672d5f6947a4644a8a83796c2ea | |
parent | 2098981e0cfd5906e39d819d8b018cb0ae1a1556 (diff) | |
download | meta-security-88350b1267cae72ea65f81814fb7e5c6863a78dc.tar.gz |
test-image: add a few more packages to image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/images/security-test-image.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-security/images/security-test-image.bb b/recipes-security/images/security-test-image.bb index f133084..c71d726 100644 --- a/recipes-security/images/security-test-image.bb +++ b/recipes-security/images/security-test-image.bb | |||
@@ -10,6 +10,14 @@ IMAGE_INSTALL = "\ | |||
10 | packagegroup-base \ | 10 | packagegroup-base \ |
11 | packagegroup-core-boot \ | 11 | packagegroup-core-boot \ |
12 | packagegroup-core-security-ptest \ | 12 | packagegroup-core-security-ptest \ |
13 | clamav \ | ||
14 | tripwire \ | ||
15 | checksec \ | ||
16 | suricata \ | ||
17 | samhain-standalone \ | ||
18 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \ | ||
19 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \ | ||
20 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-test", "",d)} \ | ||
13 | os-release \ | 21 | os-release \ |
14 | " | 22 | " |
15 | 23 | ||