Skip to content

robertlarocca/clamav-enterprise-deployment

Repository files navigation

clamav-enterprise-deployment

A script to deploy Clam AntiVirus with on-access and scheduled filesystem scanning.

Install

Install the systemd services and helper scripts using:

sudo bash INSTALL

Configure

Edit /etc/clamav/clamd.conf with the following settings:

User root
OnAccessExcludeRootUID true
OnAccessExtraScanning true
OnAccessMountPath /home
OnAccessPrevention true
VirusEvent /usr/local/bin/clamav-notify

Schedule

Edit the root user crontab with:

0 0 * * * /usr/local/bin/clamav-schedule

About

A script to deploy ClamAV with on-access and scheduled filesystem scanning.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages