summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-12 03:02:43 +0000
committerArmin Kuster <akuster808@gmail.com>2021-05-16 13:23:55 -0700
commit31e5b3e08f39dd36e9d54e8f99286e89c47f7f8e (patch)
tree25f2e39f5a8b9098139e1c3c55b4e95b8dcbdbeb
parent2f49b2dad030564717c7b6ecee1e1e2470478018 (diff)
downloadmeta-security-31e5b3e08f39dd36e9d54e8f99286e89c47f7f8e.tar.gz
packagegroup-core-security: add aide and ossec
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index 54b8297..0bddf64 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -70,6 +70,8 @@ SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems"
70RDEPENDS_packagegroup-security-ids = " \ 70RDEPENDS_packagegroup-security-ids = " \
71 samhain-standalone \ 71 samhain-standalone \
72 ${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \ 72 ${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \
73 ossec-hids \
74 aide \
73 " 75 "
74 76
75SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" 77SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems"