mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
V2 packagegroup: Add initial set of package groups
Signed-off-by: Armin Kuster <akuster@mvista.com>
This commit is contained in:
43
recipes-security/packagegroup/packagegroup-core-security.bb
Normal file
43
recipes-security/packagegroup/packagegroup-core-security.bb
Normal file
@@ -0,0 +1,43 @@
|
||||
DESCRIPTION = "Security packagegroup for Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-core-security \
|
||||
packagegroup-security-utils \
|
||||
packagegroup-security-scanners \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-security = "\
|
||||
packagegroup-security-utils \
|
||||
packagegroup-security-scanners \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||
RDEPENDS_packagegroup-security-utils = "\
|
||||
nmap \
|
||||
libseccomp \
|
||||
pinentry \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-scanners = "Security scanners"
|
||||
RDEPENDS_packagegroup-security-scanners = "\
|
||||
nikto \
|
||||
checksecurity \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-audit = "Security Audit tools "
|
||||
RDEPENDS_packagegroup-security-audit = " \
|
||||
buck-security \
|
||||
redhat-security \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-hardening = "Security Hardening tools"
|
||||
RDEPENDS_packagegroup-security-hardening = " \
|
||||
bastille \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user