Tag: clamFS
-
How to trigger virus scan on-the-fly with ClamFS on Ubuntu
To scan files on the fly, ClamAV requires a separate module which is ClamFS. How to install ClamAV, please read my previous tutorial. ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. Features User-space file system (no kernel patches, recompilation, etc.) Configuration stored in XML files FUSE (and libfuse) used as file system back-end…