samba-vscan INSTALL,1.28.2.25,1.28.2.26
Rainer Link <[email protected]> Sat, 17 Mar 2007 10:13:00 +0000
| Newsgroups | gmane.comp.security.virus.openantivirus.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openantivirus/samba-vscan
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28223
Modified Files:
Tag: VSCAN_0_3
INSTALL
Log Message:
updated for file regexp exlucsion
Index: INSTALL
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/INSTALL,v
retrieving revision 1.28.2.25
retrieving revision 1.28.2.26
diff -u -d -r1.28.2.25 -r1.28.2.26
--- INSTALL 13 Apr 2006 09:59:04 -0000 1.28.2.25
+++ INSTALL 17 Mar 2007 10:12:58 -0000 1.28.2.26
@@ -93,6 +93,9 @@
* VSCAN_FT_EXCLUDE_LIST: MIME-types of files to be excluded from
scanning, separated by semi-colon. Wildcards are not possible. Use
this feature with care.
+* VSCAN_FR_EXCLUDE_REGEXP: regular expression (PCRE) to exclude
+ files from scanning based on path- and/or filename. Use this
+ feature with care!
After you may have adjusted these settings to your needs, please
refer to the next section on how to actually build and install
@@ -175,6 +178,10 @@
* VSCAN_FT_EXCLUDE_LIST: MIME-types of files to be excluded from
scanning, separated by semi-colon. Wildcards are not possible. Use
this feature with care!
+* VSCAN_FR_EXCLUDE_REGEXP: regular expression (PCRE) to exclude
+ files from scanning based on path- and/or filename. Use this
+ feature with care!
+
Step 4: build
Now run the ./configure script. If you didn't copy the samba-vscan
@@ -355,6 +362,11 @@
semi-colon separated list (default: empty list). Use this feature with
care!
+* exclude file regexp = <string>
+ Exclude files from scan process based on regular expression (PCRE),
+ see pcre(3) and pcrepattern(3) for details. Of course, the PCRE
+ library must be installed to use this. Use this feature with care!
+
Step 7: Restart Samba
Restart Samba (e.g. killall -HUP smbd)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV