diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-06-26 14:39:29 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-06-29 09:31:13 -0700 |
commit | 8f313d951ce41cc6b07aff978d9f5625d7c142a2 (patch) | |
tree | 33a889b717ff5d5cee58743045f84154308c26b0 | |
parent | 1ec2783d629fca9158a61bc6808a214927b29cc0 (diff) | |
download | meta-security-8f313d951ce41cc6b07aff978d9f5625d7c142a2.tar.gz |
packagegroup-core-security: add sshguard
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index e7b6d9b..8e06f30 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -40,6 +40,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
40 | softhsm \ | 40 | softhsm \ |
41 | libest \ | 41 | libest \ |
42 | opendnssec \ | 42 | opendnssec \ |
43 | sshguard \ | ||
43 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 44 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
44 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ | 45 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
45 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ | 46 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ |