diff options
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index fefc66d..87c5b7a 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -10,7 +10,6 @@ PACKAGES = "\ | |||
10 | packagegroup-security-utils \ | 10 | packagegroup-security-utils \ |
11 | packagegroup-security-scanners \ | 11 | packagegroup-security-scanners \ |
12 | packagegroup-security-audit \ | 12 | packagegroup-security-audit \ |
13 | packagegroup-security-hardening \ | ||
14 | packagegroup-security-ids \ | 13 | packagegroup-security-ids \ |
15 | packagegroup-security-mac \ | 14 | packagegroup-security-mac \ |
16 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", d)} \ | 15 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", d)} \ |
@@ -20,7 +19,6 @@ RDEPENDS:packagegroup-core-security = "\ | |||
20 | packagegroup-security-utils \ | 19 | packagegroup-security-utils \ |
21 | packagegroup-security-scanners \ | 20 | packagegroup-security-scanners \ |
22 | packagegroup-security-audit \ | 21 | packagegroup-security-audit \ |
23 | packagegroup-security-hardening \ | ||
24 | packagegroup-security-ids \ | 22 | packagegroup-security-ids \ |
25 | packagegroup-security-mac \ | 23 | packagegroup-security-mac \ |
26 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", d)} \ | 24 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-security-ptest-packages", "", d)} \ |
@@ -35,8 +33,6 @@ RDEPENDS:packagegroup-security-utils = "\ | |||
35 | keyutils \ | 33 | keyutils \ |
36 | nmap \ | 34 | nmap \ |
37 | pinentry \ | 35 | pinentry \ |
38 | python3-privacyidea \ | ||
39 | python3-fail2ban \ | ||
40 | softhsm \ | 36 | softhsm \ |
41 | sshguard \ | 37 | sshguard \ |
42 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 38 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
@@ -47,8 +43,6 @@ RDEPENDS:packagegroup-security-utils = "\ | |||
47 | SUMMARY:packagegroup-security-scanners = "Security scanners" | 43 | SUMMARY:packagegroup-security-scanners = "Security scanners" |
48 | RDEPENDS:packagegroup-security-scanners = "\ | 44 | RDEPENDS:packagegroup-security-scanners = "\ |
49 | isic \ | 45 | isic \ |
50 | nikto \ | ||
51 | checksecurity \ | ||
52 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \ | 46 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \ |
53 | " | 47 | " |
54 | RDEPENDS:packagegroup-security-scanners:remove:libc-musl = "clamav clamav-daemon clamav-freshclam" | 48 | RDEPENDS:packagegroup-security-scanners:remove:libc-musl = "clamav clamav-daemon clamav-freshclam" |
@@ -59,11 +53,6 @@ RDEPENDS:packagegroup-security-audit = " \ | |||
59 | redhat-security \ | 53 | redhat-security \ |
60 | " | 54 | " |
61 | 55 | ||
62 | SUMMARY:packagegroup-security-hardening = "Security Hardening tools" | ||
63 | RDEPENDS:packagegroup-security-hardening = " \ | ||
64 | bastille \ | ||
65 | " | ||
66 | |||
67 | SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems" | 56 | SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems" |
68 | RDEPENDS:packagegroup-security-ids = " \ | 57 | RDEPENDS:packagegroup-security-ids = " \ |
69 | samhain-standalone \ | 58 | samhain-standalone \ |
@@ -92,7 +81,6 @@ RDEPENDS:packagegroup-meta-security-ptest-packages = "\ | |||
92 | ptest-runner \ | 81 | ptest-runner \ |
93 | samhain-standalone-ptest \ | 82 | samhain-standalone-ptest \ |
94 | ${@bb.utils.contains("BBLAYERS", "meta-rust", "suricata-ptest","", d)} \ | 83 | ${@bb.utils.contains("BBLAYERS", "meta-rust", "suricata-ptest","", d)} \ |
95 | python3-fail2ban-ptest \ | ||
96 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | 84 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ |
97 | " | 85 | " |
98 | 86 | ||