Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | DESCRIPTION = "Security packagegroup for Poky" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ |
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 5 | |
| 6 | inherit packagegroup |
| 7 | |
| 8 | PACKAGES = "\ |
| 9 | packagegroup-core-security \ |
| 10 | packagegroup-security-utils \ |
| 11 | packagegroup-security-scanners \ |
| 12 | packagegroup-security-ids \ |
| 13 | packagegroup-security-mac \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | RDEPENDS_packagegroup-core-security = "\ |
| 17 | packagegroup-security-utils \ |
| 18 | packagegroup-security-scanners \ |
| 19 | packagegroup-security-ids \ |
| 20 | packagegroup-security-mac \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 21 | " |
| 22 | |
| 23 | SUMMARY_packagegroup-security-utils = "Security utilities" |
| 24 | RDEPENDS_packagegroup-security-utils = "\ |
| 25 | checksec \ |
| 26 | nmap \ |
| 27 | pinentry \ |
Brad Bishop | 1fdf4aa | 2019-09-09 14:56:41 -0400 | [diff] [blame] | 28 | python3-scapy \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 29 | ding-libs \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 30 | keyutils \ |
| 31 | libseccomp \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 32 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 33 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ |
| 34 | " |
| 35 | |
| 36 | SUMMARY_packagegroup-security-scanners = "Security scanners" |
| 37 | RDEPENDS_packagegroup-security-scanners = "\ |
| 38 | nikto \ |
| 39 | checksecurity \ |
| 40 | clamav \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 41 | clamav-freshclam \ |
| 42 | clamav-cvd \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 43 | " |
| 44 | |
| 45 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
| 46 | RDEPENDS_packagegroup-security-audit = " \ |
| 47 | buck-security \ |
| 48 | redhat-security \ |
| 49 | " |
| 50 | |
| 51 | SUMMARY_packagegroup-security-hardening = "Security Hardening tools" |
| 52 | RDEPENDS_packagegroup-security-hardening = " \ |
| 53 | bastille \ |
| 54 | " |
| 55 | |
| 56 | SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems" |
| 57 | RDEPENDS_packagegroup-security-ids = " \ |
| 58 | tripwire \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 59 | samhain-standalone \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 60 | suricata \ |
| 61 | " |
| 62 | |
| 63 | SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" |
| 64 | RDEPENDS_packagegroup-security-mac = " \ |
| 65 | ${@bb.utils.contains("DISTRO_FEATURES", "tomoyo", "ccs-tools", "",d)} \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 66 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor", "",d)} \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 67 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ |
| 68 | " |