diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-19 07:17:59 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-23 18:47:59 -0700 |
commit | 123c59c313c67431087de08536fc03c639a595f7 (patch) | |
tree | 752b468495d42511774d074e54b6269444ed3d3f | |
parent | 6cdb3695911aa5ee4779d5a381663af45fdabbf5 (diff) | |
download | meta-security-123c59c313c67431087de08536fc03c639a595f7.tar.gz |
security-test-image: add firejail and aide test suites
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/images/security-test-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/security-test-image.bb b/recipes-core/images/security-test-image.bb index 133a7a1..81f69dd 100644 --- a/recipes-core/images/security-test-image.bb +++ b/recipes-core/images/security-test-image.bb | |||
@@ -12,7 +12,7 @@ IMAGE_INSTALL:append = "\ | |||
12 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "integrity", "packagegroup-ima-evm-utils","", d)} \ | 12 | ${@bb.utils.contains("BBFILE_COLLECTIONS", "integrity", "packagegroup-ima-evm-utils","", d)} \ |
13 | " | 13 | " |
14 | 14 | ||
15 | TEST_SUITES = "ssh ping apparmor clamav samhain sssd checksec smack suricata" | 15 | TEST_SUITES = "ssh ping apparmor clamav samhain sssd checksec smack suricata aide firejail" |
16 | TEST_SUITES:append = " parsec tpm2 swtpm ima" | 16 | TEST_SUITES:append = " parsec tpm2 swtpm ima" |
17 | 17 | ||
18 | INSTALL_CLAMAV_CVD = "1" | 18 | INSTALL_CLAMAV_CVD = "1" |