next up previous contents
Next: Archives and compressed files Up: Usage Previous: Clam daemon   Contents


Clamuko

Clamuko is a special thread in clamd that performs on-access scanning under Linux. It was implemented as a thread in clamd due to the Dazuko implementation. Client (clamuko) - server (clamd) model is currently not supported by Dazuko. However there are some benefits of the current implementation - clamuko is sharing the internal virus database with clamd and it's updated with the RELOAD command. You must obey the following important principles when using clamuko: You need to enable clamuko in clamav.conf. To protect the /home directory enable the following directive:
	ClamukoIncludePath /home
To protect the whole system:
	ClamukoIncludePath /
	ClamukoExcludePath /proc
	ClamukoExcludePath /temporary/dir/of/your/mail/scanning/software
You can use clamuko to protect file access on Samba/Netatalk (but far more better and safe idea is to use the samba-vscan software 5.17. NFS is not supported (Dazuko doesn't intercept NFS access calls). Yet another idea - you may build a database that contains signatures for popular exploits and setup clamd to protect your server from script-kiddies.


next up previous contents
Next: Archives and compressed files Up: Usage Previous: Clam daemon   Contents
Tomasz Kojm 2003-11-11