A script to deploy Clam AntiVirus with on-access and scheduled filesystem scanning.
Install the systemd services
and helper scripts using:
sudo bash INSTALL
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
Edit the root user crontab
with:
0 0 * * * /usr/local/bin/clamav-schedule