diff options
| -rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index 681874c..cfd7918 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
| @@ -27,6 +27,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
| 27 | checksec \ | 27 | checksec \ |
| 28 | nmap \ | 28 | nmap \ |
| 29 | pinentry \ | 29 | pinentry \ |
| 30 | scapy \ | ||
| 30 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ | 31 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ |
| 31 | " | 32 | " |
| 32 | 33 | ||
| @@ -34,7 +35,8 @@ SUMMARY_packagegroup-security-scanners = "Security scanners" | |||
| 34 | RDEPENDS_packagegroup-security-scanners = "\ | 35 | RDEPENDS_packagegroup-security-scanners = "\ |
| 35 | nikto \ | 36 | nikto \ |
| 36 | checksecurity \ | 37 | checksecurity \ |
| 37 | " | 38 | clamav \ |
| 39 | " | ||
| 38 | 40 | ||
| 39 | SUMMARY_packagegroup-security-audit = "Security Audit tools " | 41 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
| 40 | RDEPENDS_packagegroup-security-audit = " \ | 42 | RDEPENDS_packagegroup-security-audit = " \ |
| @@ -51,9 +53,12 @@ SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems" | |||
| 51 | RDEPENDS_packagegroup-security-ids = " \ | 53 | RDEPENDS_packagegroup-security-ids = " \ |
| 52 | tripwire \ | 54 | tripwire \ |
| 53 | samhain-client \ | 55 | samhain-client \ |
| 56 | suricata \ | ||
| 54 | " | 57 | " |
| 55 | 58 | ||
| 56 | SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" | 59 | SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" |
| 57 | RDEPENDS_packagegroup-security-mac = " \ | 60 | RDEPENDS_packagegroup-security-mac = " \ |
| 58 | ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \ | 61 | ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \ |
| 62 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "", "",d)} \ | ||
| 63 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ | ||
| 59 | " | 64 | " |
