Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Clamav
Revision as of 10:14, February 3, 2015 by Threesixes (talk | contribs)
Clamav
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Clamav is an open source antivirus solution.
Installation
root # emerge app-antivirus/clamav
Virus definitions need to be installed before starting the clamd service
root # freshclam
Configuration
Configuration files are located at /etc/conf.d/clamd
, /etc/clamd.conf
, and /etc/freshclam.conf
Runtime
root # rc-update add clamd default root # rc