mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +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-core-security \
|
||||||
packagegroup-security-utils \
|
packagegroup-security-utils \
|
||||||
packagegroup-security-scanners \
|
packagegroup-security-scanners \
|
||||||
|
packagegroup-security-audit \
|
||||||
|
packagegroup-security-hardening \
|
||||||
packagegroup-security-ids \
|
packagegroup-security-ids \
|
||||||
packagegroup-security-mac \
|
packagegroup-security-mac \
|
||||||
"
|
"
|
||||||
@@ -16,6 +18,8 @@ PACKAGES = "\
|
|||||||
RDEPENDS_packagegroup-core-security = "\
|
RDEPENDS_packagegroup-core-security = "\
|
||||||
packagegroup-security-utils \
|
packagegroup-security-utils \
|
||||||
packagegroup-security-scanners \
|
packagegroup-security-scanners \
|
||||||
|
packagegroup-security-audit \
|
||||||
|
packagegroup-security-hardening \
|
||||||
packagegroup-security-ids \
|
packagegroup-security-ids \
|
||||||
packagegroup-security-mac \
|
packagegroup-security-mac \
|
||||||
"
|
"
|
||||||
@@ -23,18 +27,23 @@ RDEPENDS_packagegroup-core-security = "\
|
|||||||
SUMMARY_packagegroup-security-utils = "Security utilities"
|
SUMMARY_packagegroup-security-utils = "Security utilities"
|
||||||
RDEPENDS_packagegroup-security-utils = "\
|
RDEPENDS_packagegroup-security-utils = "\
|
||||||
checksec \
|
checksec \
|
||||||
|
ding-libs \
|
||||||
|
ecryptfs-utils \
|
||||||
|
fscryptctl \
|
||||||
|
keyutils \
|
||||||
nmap \
|
nmap \
|
||||||
pinentry \
|
pinentry \
|
||||||
|
python3-privacyidea \
|
||||||
|
python3-fail2ban \
|
||||||
python3-scapy \
|
python3-scapy \
|
||||||
ding-libs \
|
|
||||||
keyutils \
|
|
||||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd", "",d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SUMMARY_packagegroup-security-scanners = "Security scanners"
|
SUMMARY_packagegroup-security-scanners = "Security scanners"
|
||||||
RDEPENDS_packagegroup-security-scanners = "\
|
RDEPENDS_packagegroup-security-scanners = "\
|
||||||
|
isic \
|
||||||
nikto \
|
nikto \
|
||||||
checksecurity \
|
checksecurity \
|
||||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \
|
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \
|
||||||
|
|||||||
Reference in New Issue
Block a user