diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-09-14 09:02:03 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-09-18 04:06:31 -0700 |
| commit | 91d6d1f5f3f125c2147b8793c31cc6bbae2f0dc6 (patch) | |
| tree | f65ca8717b743ef39d77a9c071fe0545f2b5d3c5 /recipes-core/packagegroup | |
| parent | 0d5662acd117b49c557e844dae528402af3b4a94 (diff) | |
| download | meta-security-91d6d1f5f3f125c2147b8793c31cc6bbae2f0dc6.tar.gz | |
packagegroup-core-security: add more pkgs to base group
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-core/packagegroup')
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 6aa0d6c..1d01800 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -9,6 +9,8 @@ PACKAGES = "\ | |||
| 9 | packagegroup-core-security \ | 9 | packagegroup-core-security \ |
| 10 | packagegroup-security-utils \ | 10 | packagegroup-security-utils \ |
| 11 | packagegroup-security-scanners \ | 11 | packagegroup-security-scanners \ |
| 12 | packagegroup-security-audit \ | ||
| 13 | packagegroup-security-hardening \ | ||
| 12 | packagegroup-security-ids \ | 14 | packagegroup-security-ids \ |
| 13 | packagegroup-security-mac \ | 15 | packagegroup-security-mac \ |
| 14 | " | 16 | " |
| @@ -16,6 +18,8 @@ PACKAGES = "\ | |||
| 16 | RDEPENDS_packagegroup-core-security = "\ | 18 | RDEPENDS_packagegroup-core-security = "\ |
| 17 | packagegroup-security-utils \ | 19 | packagegroup-security-utils \ |
| 18 | packagegroup-security-scanners \ | 20 | packagegroup-security-scanners \ |
| 21 | packagegroup-security-audit \ | ||
| 22 | packagegroup-security-hardening \ | ||
| 19 | packagegroup-security-ids \ | 23 | packagegroup-security-ids \ |
| 20 | packagegroup-security-mac \ | 24 | packagegroup-security-mac \ |
| 21 | " | 25 | " |
| @@ -23,18 +27,23 @@ RDEPENDS_packagegroup-core-security = "\ | |||
| 23 | SUMMARY_packagegroup-security-utils = "Security utilities" | 27 | SUMMARY_packagegroup-security-utils = "Security utilities" |
| 24 | RDEPENDS_packagegroup-security-utils = "\ | 28 | RDEPENDS_packagegroup-security-utils = "\ |
| 25 | checksec \ | 29 | checksec \ |
| 30 | ding-libs \ | ||
| 31 | ecryptfs-utils \ | ||
| 32 | fscryptctl \ | ||
| 33 | keyutils \ | ||
| 26 | nmap \ | 34 | nmap \ |
| 27 | pinentry \ | 35 | pinentry \ |
| 36 | python3-privacyidea \ | ||
| 37 | python3-fail2ban \ | ||
| 28 | python3-scapy \ | 38 | python3-scapy \ |
| 29 | ding-libs \ | ||
| 30 | keyutils \ | ||
| 31 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 39 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
| 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \ | 40 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
| 33 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ | 41 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ |
| 34 | " | 42 | " |
| 35 | 43 | ||
| 36 | SUMMARY_packagegroup-security-scanners = "Security scanners" | 44 | SUMMARY_packagegroup-security-scanners = "Security scanners" |
| 37 | RDEPENDS_packagegroup-security-scanners = "\ | 45 | RDEPENDS_packagegroup-security-scanners = "\ |
| 46 | isic \ | ||
| 38 | nikto \ | 47 | nikto \ |
| 39 | checksecurity \ | 48 | checksecurity \ |
| 40 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \ | 49 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \ |
