docs/html/node21.html
61b40ee3
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
73e034df
 
e79e504d
 <!--Converted with LaTeX2HTML 2008 (1.71)
73e034df
 original version by:  Nikos Drakos, CBLU, University of Leeds
 * revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
 * with significant contributions from:
   Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
 <HTML>
 <HEAD>
e79e504d
 <TITLE>On-access scanning</TITLE>
 <META NAME="description" CONTENT="On-access scanning">
73e034df
 <META NAME="keywords" CONTENT="clamdoc">
 <META NAME="resource-type" CONTENT="document">
 <META NAME="distribution" CONTENT="global">
 
e79e504d
 <META NAME="Generator" CONTENT="LaTeX2HTML v2008">
73e034df
 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 
 <LINK REL="STYLESHEET" HREF="clamdoc.css">
 
 <LINK REL="previous" HREF="node20.html">
e79e504d
 <LINK REL="up" HREF="node20.html">
73e034df
 <LINK REL="next" HREF="node22.html">
 </HEAD>
 
 <BODY >
61b40ee3
 
 <DIV CLASS="navigation"><!--Navigation Panel-->
e79e504d
 <A NAME="tex2html478"
73e034df
   HREF="node22.html">
 <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
e79e504d
 <A NAME="tex2html474"
   HREF="node20.html">
73e034df
 <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
e79e504d
 <A NAME="tex2html470"
73e034df
   HREF="node20.html">
 <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
e79e504d
 <A NAME="tex2html476"
73e034df
   HREF="node1.html">
 <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
 <BR>
e79e504d
 <B> Next:</B> <A NAME="tex2html479"
   HREF="node22.html">clamav-milter</A>
 <B> Up:</B> <A NAME="tex2html475"
   HREF="node20.html">clamd</A>
 <B> Previous:</B> <A NAME="tex2html471"
   HREF="node20.html">clamd</A>
  &nbsp; <B>  <A NAME="tex2html477"
73e034df
   HREF="node1.html">Contents</A></B> 
 <BR>
61b40ee3
 <BR></DIV>
73e034df
 <!--End of Navigation Panel-->
 
e79e504d
 <H3><A NAME="SECTION00051100000000000000">
 On-access scanning</A>
 </H3>
     One of the interesting features of <code>clamd</code> is on-access scanning
     based on the Dazuko module, available from <TT><A NAME="tex2html16"
   HREF="http://dazuko.org/">http://dazuko.org/</A></TT>.
     <SPAN  CLASS="textbf">This module is not required to run clamd - furthermore, you
     shouldn't run Dazuko on production systems</SPAN>. At the moment Dazuko is
     avaliable for Linux and FreeBSD, but the following information only covers
     Linux.
     <PRE>
 	$ tar zxpvf dazuko-a.b.c.tar.gz
 	$ cd dazuko-a.b.c
 	$ make dazuko
 	or
 	$ make dazuko-smp (for smp kernels)
 	$ su
 	# insmod dazuko.o
 	# cp dazuko.o /lib/modules/`uname -r`/misc
 	# depmod -a
 </PRE>
     Depending on your Linux distribution you may need to add a "dazuko" entry to
     <SPAN  CLASS="textit">/etc/modules</SPAN> or run the module during system's startup by adding
73e034df
     <PRE>
e79e504d
 	/sbin/modprobe dazuko
73e034df
 </PRE>
e79e504d
     to some startup file. You must also create a new device:
96e05490
     <PRE>
e79e504d
 	$ cat /proc/devices | grep dazuko
 	254 dazuko
 	$ su -c "mknod -m 600 /dev/dazuko c 254 0"
96e05490
 </PRE>
e79e504d
     Now configure Clamuko in <code>clamd.conf</code> and read the <A HREF="node30.html#clamuko">5.3</A>
     section.
96e05490
 
73e034df
 <P>
 <BR><HR>
 <ADDRESS>
 Tomasz Kojm
1d15fd32
 2010-05-19
73e034df
 </ADDRESS>
 </BODY>
 </HTML>