mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-20 23:40:05 +00:00
packagegroup-core-security: add more pkgs to base group
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -9,6 +9,8 @@ PACKAGES = "\
|
||||
packagegroup-core-security \
|
||||
packagegroup-security-utils \
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-audit \
|
||||
packagegroup-security-hardening \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
"
|
||||
@@ -16,6 +18,8 @@ PACKAGES = "\
|
||||
RDEPENDS_packagegroup-core-security = "\
|
||||
packagegroup-security-utils \
|
||||
packagegroup-security-scanners \
|
||||
packagegroup-security-audit \
|
||||
packagegroup-security-hardening \
|
||||
packagegroup-security-ids \
|
||||
packagegroup-security-mac \
|
||||
"
|
||||
@@ -23,18 +27,23 @@ RDEPENDS_packagegroup-core-security = "\
|
||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||
RDEPENDS_packagegroup-security-utils = "\
|
||||
checksec \
|
||||
ding-libs \
|
||||
ecryptfs-utils \
|
||||
fscryptctl \
|
||||
keyutils \
|
||||
nmap \
|
||||
pinentry \
|
||||
python3-privacyidea \
|
||||
python3-fail2ban \
|
||||
python3-scapy \
|
||||
ding-libs \
|
||||
keyutils \
|
||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \
|
||||
"
|
||||
|
||||
SUMMARY_packagegroup-security-scanners = "Security scanners"
|
||||
RDEPENDS_packagegroup-security-scanners = "\
|
||||
isic \
|
||||
nikto \
|
||||
checksecurity \
|
||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \
|
||||
|
||||
Reference in New Issue
Block a user