Package:Clamav

From Funtoo
Revision as of 10:14, February 3, 2015 by Threesixes (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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