Hi,
I've installed security/clamav, and I want to scan all files when created or changed event.
I heard that kqueue(2) can do it but it's include all subdirectories and can't return file path of event firing file.
I was testing sysutils/watchman and other solution but with no results.
Despairingly i made a tail bash script that watching vsftpd log and firing Clamav, except when user is chrooted.
Is there any solution to get this functionality as I described above ?
P.S. Sorry for my English
Best regards
I've installed security/clamav, and I want to scan all files when created or changed event.
I heard that kqueue(2) can do it but it's include all subdirectories and can't return file path of event firing file.
I was testing sysutils/watchman and other solution but with no results.
Despairingly i made a tail bash script that watching vsftpd log and firing Clamav, except when user is chrooted.
Is there any solution to get this functionality as I described above ?
P.S. Sorry for my English
Best regards