diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-06-02 15:24:56 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-06-26 15:47:47 -0700 |
commit | 55ff4e2434ba8b9fdc39dded3afb524fac90efaa (patch) | |
tree | 1b5b30700206af99afcaeb53c67cdad287343ecf | |
parent | c44f8f3cb26ff2995e338914ea1dfcefd7366bd6 (diff) | |
download | meta-security-55ff4e2434ba8b9fdc39dded3afb524fac90efaa.tar.gz |
packagegroup-core-security: cleanup and remove ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index b8ab27d..9165eef 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
@@ -12,7 +12,6 @@ PACKAGES = "\ | |||
12 | packagegroup-security-ids \ | 12 | packagegroup-security-ids \ |
13 | packagegroup-security-mac \ | 13 | packagegroup-security-mac \ |
14 | ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ | 14 | ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ |
15 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-security-ptest", "", d)} \ | ||
16 | " | 15 | " |
17 | 16 | ||
18 | RDEPENDS_packagegroup-core-security = "\ | 17 | RDEPENDS_packagegroup-core-security = "\ |
@@ -21,7 +20,6 @@ RDEPENDS_packagegroup-core-security = "\ | |||
21 | packagegroup-security-ids \ | 20 | packagegroup-security-ids \ |
22 | packagegroup-security-mac \ | 21 | packagegroup-security-mac \ |
23 | ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ | 22 | ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ |
24 | ${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-security-ptest", "", d)} \ | ||
25 | " | 23 | " |
26 | 24 | ||
27 | SUMMARY_packagegroup-security-utils = "Security utilities" | 25 | SUMMARY_packagegroup-security-utils = "Security utilities" |
@@ -34,6 +32,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
34 | xmlsec1 \ | 32 | xmlsec1 \ |
35 | keyutils \ | 33 | keyutils \ |
36 | libseccomp \ | 34 | libseccomp \ |
35 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \ | ||
37 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ | 36 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ |
38 | " | 37 | " |
39 | 38 | ||
@@ -42,6 +41,8 @@ RDEPENDS_packagegroup-security-scanners = "\ | |||
42 | nikto \ | 41 | nikto \ |
43 | checksecurity \ | 42 | checksecurity \ |
44 | clamav \ | 43 | clamav \ |
44 | clamav-freshclam \ | ||
45 | clamav-cvd \ | ||
45 | " | 46 | " |
46 | 47 | ||
47 | SUMMARY_packagegroup-security-audit = "Security Audit tools " | 48 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
@@ -68,18 +69,3 @@ RDEPENDS_packagegroup-security-mac = " \ | |||
68 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \ | 69 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \ |
69 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ | 70 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ |
70 | " | 71 | " |
71 | |||
72 | SUMMARY_packagegroup-security-ptest = "Security packages with ptests" | ||
73 | RDEPENDS_packagegroup-security-ptest = " \ | ||
74 | samhain-standalone-ptest \ | ||
75 | xmlsec1-ptest \ | ||
76 | keyutils-ptest \ | ||
77 | libseccomp-ptest \ | ||
78 | python-scapy-ptest \ | ||
79 | suricata-ptest \ | ||
80 | tripwire-ptest \ | ||
81 | python-fail2ban-ptest \ | ||
82 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ | ||
83 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | ||
84 | ptest-runner \ | ||
85 | " | ||