mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
clamav: disable DB creation.
The DB is no longer available, so disable it. remove from pkg group Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ inherit autotools pkgconfig useradd systemd multilib_header multilib_script
|
||||
|
||||
CLAMAV_UID ?= "clamav"
|
||||
CLAMAV_GID ?= "clamav"
|
||||
INSTALL_CLAMAV_CVD ?= "1"
|
||||
INSTALL_CLAMAV_CVD ?= "0"
|
||||
|
||||
CLAMAV_USR_DIR = "${STAGING_DIR_NATIVE}/usr"
|
||||
CLAMAV_USR_DIR_class-target = "${STAGING_DIR_HOST}/usr"
|
||||
|
||||
@@ -37,9 +37,9 @@ SUMMARY_packagegroup-security-scanners = "Security scanners"
|
||||
RDEPENDS_packagegroup-security-scanners = "\
|
||||
nikto \
|
||||
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",d)} \
|
||||
"
|
||||
RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd"
|
||||
RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam"
|
||||
|
||||
SUMMARY_packagegroup-security-audit = "Security Audit tools "
|
||||
RDEPENDS_packagegroup-security-audit = " \
|
||||
|
||||
Reference in New Issue
Block a user