aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-scanners
AgeCommit message (Collapse)Author
2021-12-25clamav: fix useradd warningArmin Kuster
WARNING: security-build-image-1.0-r0 do_rootfs: [log_check] security-build-image: found 2 warning messages in the logfile: [log_check] warning: user clamav does not exist - using root [log_check] warning: group clamav does not exist - using root clamav-freshclam is the package needing to have its user/group set. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-11-04recipes: Update SRC_URI branch and protocolsArmin Kuster
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-09-28clamav: Set clamav:clamav ownership on /var/lib/clamav in do_installZoltán Böszörményi
Also, rearrange the runtime-dependencies a little so clamav-freshclam is installed later than clamav. The issue is that clamav-freshclam ships /var/lib/clamav and the main clamav package uses chown in pkg_postinst to set the ownership of this directory. But pkg_postinst is not marked as "ontarget" so this chown only took effect when upgrading or reinstalling the package. So when clamav is part of an OS image out of the box, freshclamd cannot populate this directory since it's running under the clamav user. Fix this by creating /var/lib/clamav with the proper ownership in do_install and rearrange runtime-dependencies, so clamav-freshclam RDEPENDS on clamav and clamav relaxes its runtime-dependency into RRECOMMENDS so clamav-freshclam is installed later than clamav, avoiding these warnings: Installing : clamav-freshclam-... 487/1954 warning: user clamav does not exist - using root warning: group clamav does not exist - using root Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-09-28chkrootkit: update to 0.55Armin Kuster
changes: Umbreon Linux Rootkit detection Kinsing.A Backdoor RotaJakito Backdoor Minor bug fixes Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-09-15checksec: set precise BSD licenseArmin Kuster
"BSD" is ambiguous, use the precise licenses BSD-3-Clause Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-08-01meta-security: Convert to new override syntaxArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-07-28clamav: fix branch name and updateArmin Kuster
They dropped the dev branch for rel. Update to tip. Refresh patches Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-06-05clamav: upgrade to latest revisionUpgrade Helper
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-16clamav: fix systemd startupArmin Kuster
cleanup recipe Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-16clamav: update to tip.Armin Kuster
Add UPSTEAM_CHECK Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-14clamav: remove rest of mirror.dat refArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-02clamav: fix systemd service installArmin Kuster
ERROR: clamav-0.104.0-r0 do_package: QA Issue: clamav: Files/directories were installed but not shipped in any package: /lib/systemd/system/clamav-daemon.service /lib/systemd/system/clamav-clamonacc.service Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-02clamav: upgrade 104.0Armin Kuster
convert to cmake and general cleanup include on oe env patch and glibc 2.33 header fixup if running w/in qemu, need to add qemuparams="-m 2048" to allow freshclam not to oom Signed-off-by: Armin Kuster <akuster808@gmail.com> --- V2] Bump PV to match what is being d/l
2021-03-02checksec: upgrade 2.1.0 -> 2.4.0Armin Kuster
LIC_FILES_CHKSUM update do to yr change
2021-03-02arpwatch: upgrade 3.0 -> 3.1Armin Kuster
LIC_FILES_CHKSUM update do to yr change
2021-02-23nikito: Update common-licenses references to match new namesArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-11-03clamav: unify volatiles file nameYi Zhao
Make the volatiles file name starts with digital. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-09-13clamav: update SO_VER to 9.0.4Charlie Davies
Signed-off-by: Charlie Davies <charles.davies@whitetree.xyz> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-08-04clamav: add INSTALL_CLAMAV_CVD flag to do_installCharlie Davies
Recipe provides INSTALL_CLAMAV_CVD flag to bypass clamav cvd db creation. During do_install this flag should be used to conditionally skip install of cvd db if needed. Signed-off-by: Charlie Davies <charles.davies@whitetree.xyz> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-06-19clamav: resolve multilib issuesJeremy Puhlman
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-05-15buck-security: fix runtime issue with missing per moduleArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27arpwatch: add new recipeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27buck-security: move to recipes-scannersArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27checksecurity: move to recipes-scannersArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27checksec: move to recipe-scannersArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27clamav: move to recipes-scannersArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-27chkrootkit: add rootkit recipeArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>