~ubuntu-branches/ubuntu/wily/clamav/wily

« back to all changes in this revision

Viewing changes to etc/clamd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
# Default: 30
119
119
#IdleTimeout 60
120
120
 
 
121
# Don't scan files and directories matching regex
 
122
# This directive can be used multiple times
 
123
# Default: scan all
 
124
#ExcludePath ^/proc/
 
125
#ExcludePath ^/sys/
 
126
 
121
127
# Maximum depth directories are scanned at.
122
128
# Default: 15
123
129
#MaxDirectoryRecursion 20
166
172
# Default: no
167
173
#DetectPUA yes
168
174
 
 
175
# Exclude a specific PUA category. This directive can be used multiple times.
 
176
# See http://www.clamav.net/support/pua for the complete list of PUA
 
177
# categories.
 
178
# Default: Load all categories (if DetectPUA is activated)
 
179
#ExcludePUA NetTool
 
180
#ExcludePUA PWTool
 
181
 
 
182
# Only include a specific PUA category. This directive can be used multiple
 
183
# times.
 
184
# Default: Load all categories (if DetectPUA is activated)
 
185
#IncludePUA Spy
 
186
#IncludePUA Scanner
 
187
#IncludePUA RAT
 
188
 
169
189
# In some cases (eg. complex malware, exploits in graphic files, and others),
170
190
# ClamAV uses special algorithms to provide accurate detection. This option
171
191
# controls the algorithmic detection.
224
244
# Default: no
225
245
#MailFollowURLs no
226
246
 
 
247
# Scan RFC1341 messages split over many emails.
 
248
# You will need to periodically clean up $TemporaryDirectory/clamav-partial directory.
 
249
# WARNING: This option may open your system to a DoS attack.
 
250
#          Never use it on loaded servers.
 
251
# Default: no
 
252
#ScanPartialMessages yes
 
253
 
 
254
 
227
255
# With this option enabled ClamAV will try to detect phishing attempts by using
228
256
# signatures.
229
257
# Default: yes
245
273
# Default: no
246
274
#PhishingAlwaysBlockCloak no
247
275
 
 
276
# Allow heuristic match to take precedence.
 
277
# When enabled, if a heuristic scan (such as phishingScan) detects
 
278
# a possible virus/phish it will stop scan immediately. Recommended, saves CPU
 
279
# scan-time.
 
280
# When disabled, virus/phish detected by heuristic scans will be reported only at
 
281
# the end of a scan. If an archive contains both a heuristically detected
 
282
# virus/phish, and a real malware, the real malware will be reported
 
283
#
 
284
# Keep this disabled if you intend to handle "*.Heuristics.*" viruses 
 
285
# differently from "real" malware.
 
286
# If a non-heuristically-detected virus (signature-based) is found first, 
 
287
# the scan is interrupted immediately, regardless of this config option.
 
288
#
 
289
# Default: no
 
290
#HeuristicScanPrecedence yes
 
291
 
 
292
##
 
293
## Data Loss Prevention (DLP)
 
294
##
 
295
 
 
296
# Enable the DLP module
 
297
# Default: No
 
298
#StructuredDataDetection yes
 
299
 
 
300
# This option sets the lowest number of Credit Card numbers found in a file
 
301
# to generate a detect.
 
302
# Default: 3
 
303
#StructuredMinCreditCardCount 5
 
304
 
 
305
# This option sets the lowest number of Social Security Numbers found
 
306
# in a file to generate a detect.
 
307
# Default: 3
 
308
#StructuredMinSSNCount 5
 
309
 
 
310
# With this option enabled the DLP module will search for valid
 
311
# SSNs formatted as xxx-yy-zzzz
 
312
# Default: yes
 
313
#StructuredSSNFormatNormal yes
 
314
 
 
315
# With this option enabled the DLP module will search for valid
 
316
# SSNs formatted as xxxyyzzzz
 
317
# Default: no
 
318
#StructuredSSNFormatStripped yes
 
319
 
248
320
 
249
321
##
250
322
## HTML