I installed ClamAV (clamav-daemon
and clamav-freshclam
) in order to set up a policy of regularly scanning my LTSP thin client setup for Windows viruses.
Currently, we have a variety of users, each with their own group. All files in their home directory are owned by each user, and to each user's group. How can I have clamdscan
read all of their files, whether 0700 or not, while not running clamdscan
as root? (which is just asking for problems)
Maybe, you should install a job to each user's crontab, so all files are scanned collectively by a user's instance of
clamdscan
?