Browse code

bb #9596: Update clamd.conf.sample

David Raynor authored on 2013/12/03 04:53:42
Showing 1 changed files
... ...
@@ -300,7 +300,6 @@ Example
300 300
 # Default: yes
301 301
 #ScanOLE2 yes
302 302
 
303
-
304 303
 # With this option enabled OLE2 files with VBA macros, which were not
305 304
 # detected by signatures will be marked as "Heuristics.OLE2.ContainsMacros".
306 305
 # Default: no
... ...
@@ -336,7 +335,6 @@ Example
336 336
 # Default: no
337 337
 #ScanPartialMessages yes
338 338
 
339
-
340 339
 # With this option enabled ClamAV will try to detect phishing attempts by using
341 340
 # signatures.
342 341
 # Default: yes
... ...
@@ -374,6 +372,7 @@ Example
374 374
 # Default: no
375 375
 #HeuristicScanPrecedence yes
376 376
 
377
+
377 378
 ##
378 379
 ## Data Loss Prevention (DLP)
379 380
 ##
... ...
@@ -506,48 +505,41 @@ Example
506 506
 
507 507
 
508 508
 ##
509
-## Clamuko settings
509
+## On-access Scan Settings
510 510
 ##
511 511
 
512
-# Enable Clamuko. Dazuko must be configured and running. Clamuko supports
513
-# both Dazuko (/dev/dazuko) and DazukoFS (/dev/dazukofs.ctrl). DazukoFS
514
-# is the preferred option. For more information please visit www.dazuko.org
512
+# Enable on-access scanning. Currently, this is supported via fanotify.
513
+# Clamuko/Dazuko support has been deprecated.
515 514
 # Default: no
516
-#ClamukoScanOnAccess yes
515
+#ScanOnAccess yes
517 516
 
518
-# The number of scanner threads that will be started (DazukoFS only).
519
-# Having multiple scanner threads allows Clamuko to serve multiple
520
-# processes simultaneously. This is particularly beneficial on SMP machines.
521
-# Default: 3
522
-#ClamukoScannerCount 3
523
-
524
-# Don't scan files larger than ClamukoMaxFileSize
517
+# Don't scan files larger than OnAccessMaxFileSize
525 518
 # Value of 0 disables the limit.
526 519
 # Default: 5M
527
-#ClamukoMaxFileSize 10M
528
-
529
-# Set access mask for Clamuko (Dazuko only).
530
-# Default: no
531
-#ClamukoScanOnOpen yes
532
-#ClamukoScanOnClose yes
533
-#ClamukoScanOnExec yes
520
+#OnAccessMaxFileSize 10M
534 521
 
535 522
 # Set the include paths (all files inside them will be scanned). You can have
536
-# multiple ClamukoIncludePath directives but each directory must be added
537
-# in a seperate line. (Dazuko only)
523
+# multiple OnAccessIncludePath directives but each directory must be added
524
+# in a separate line. (On-access scan only)
538 525
 # Default: disabled
539
-#ClamukoIncludePath /home
540
-#ClamukoIncludePath /students
526
+#OnAccessIncludePath /home
527
+#OnAccessIncludePath /students
541 528
 
542
-# Set the exclude paths. All subdirectories are also excluded. (Dazuko only)
529
+# Set the exclude paths. All subdirectories are also excluded.
530
+# (On-access scan only)
543 531
 # Default: disabled
544
-#ClamukoExcludePath /home/bofh
532
+#OnAccessExcludePath /home/bofh
545 533
 
546 534
 # With this option you can whitelist specific UIDs. Processes with these UIDs
547 535
 # will be able to access all files.
548 536
 # This option can be used multiple times (one per line).
549 537
 # Default: disabled
550
-#ClamukoExcludeUID 0
538
+#OnAccessExcludeUID 0
539
+
540
+
541
+##
542
+## Bytecode
543
+##
551 544
 
552 545
 # With this option enabled ClamAV will load bytecode from the database. 
553 546
 # It is highly recommended you keep this option on, otherwise you'll miss detections for many new viruses.