~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to debian/clamav-daemon.templates

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# debian-l10n-english@lists.debian.org for advice.
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
 
10
Template: clamav-daemon/debconf
 
11
Type: boolean
 
12
Default: true
 
13
_Description: Handle the configuration file automatically?
 
14
 Some options must be configured for clamav-daemon.
 
15
 .
 
16
 The ClamAV suite won't work if it isn't configured. If you do not
 
17
 configure it automatically, you'll have to configure
 
18
 /etc/clamav/clamd.conf manually or run 'dpkg-reconfigure clamav-daemon'
 
19
 later. In any case, manual changes in /etc/clamav/clamd.conf will
 
20
 be respected.
 
21
 
 
22
Template: clamav-daemon/TcpOrLocal
 
23
Type: select
 
24
Choices: TCP, UNIX
 
25
Default: UNIX
 
26
_Description: Socket type:
 
27
 Please choose the type of socket clamd will be listening on.
 
28
 .
 
29
 If you choose TCP, clamd can be accessed remotely. If you choose local
 
30
 UNIX sockets, clamd can be accessed through a file. Local UNIX sockets
 
31
 are recommended for security reasons.
 
32
 
 
33
Template: clamav-daemon/LocalSocket
 
34
Type: string
 
35
Default: /var/run/clamav/clamd.ctl
 
36
_Description: Local (UNIX) socket clamd will listen on:
 
37
 
 
38
Template: clamav-daemon/FixStaleSocket
 
39
Type: boolean
 
40
Default: true
 
41
_Description: Gracefully handle left-over UNIX socket files?
 
42
 
 
43
Template: clamav-daemon/LocalSocketGroup
 
44
Type: string
 
45
Default: clamav
 
46
_Description: Group owner of clamd local (UNIX) socket:
 
47
 
 
48
Template: clamav-daemon/LocalSocketMode
 
49
Type: string
 
50
Default: 666
 
51
_Description: Creation mode for clamd local (UNIX) socket:
 
52
 
 
53
Template: clamav-daemon/TCPSocket
 
54
Type: string
 
55
Default: 3310
 
56
_Description: TCP port clamd will listen on:
 
57
 
 
58
Template: clamav-daemon/TCPAddr
 
59
Type: string
 
60
Default: any
 
61
_Description: IP address clamd will listen on:
 
62
 Enter "any" to listen on every IP address configured. If you want
 
63
 to listen on a single address or host name, enter it here.
 
64
 
 
65
Template: clamav-daemon/ScanMail
 
66
Type: boolean
 
67
Default: true
 
68
_Description: Do you want to enable mail scanning?
 
69
 This option enables scanning mail contents for viruses.
 
70
 You need this option enabled if you want to use clamav-milter, or if
 
71
 you want to enable phishing checks.
 
72
 
 
73
Template: clamav-daemon/ScanArchive
 
74
Type: boolean
 
75
Default: true
 
76
_Description: Do you want to enable archive scanning?
 
77
 If archive scanning is enabled, the daemon will extract archives such as
 
78
 bz2, tar.gz, deb and many more, to check their contents for viruses.
 
79
 .
 
80
 For more information about what archives are supported, see
 
81
 /usr/share/doc/clamav-docs/clamdoc.pdf or the manpage clamscan(5).
 
82
 
 
83
Template: clamav-daemon/StreamMaxLength
 
84
Type: string
 
85
Default: 25
 
86
_Description: Maximum stream length (unit Mb) allowed:
 
87
 You can set a limit on the stream length that can be scanned.
 
88
 
 
89
Template: clamav-daemon/MaxDirectoryRecursion
 
90
Type: string
 
91
Default: 0
 
92
_Description: Maximum directory depth that will be allowed:
 
93
 This value must be set if you want to allow the daemon to follow
 
94
 directory symlinks.
 
95
 .
 
96
 Entering '0' will disable this limit.
 
97
 
 
98
Template: clamav-daemon/FollowDirectorySymlinks
 
99
Type: boolean
 
100
Default: false
 
101
_Description: Do you want the daemon to follow directory symlinks?
 
102
 
 
103
Template: clamav-daemon/FollowFileSymlinks
 
104
Type: boolean
 
105
Default: false
 
106
_Description: Do you want the daemon to follow regular file symlinks?
 
107
 
 
108
Template: clamav-daemon/ReadTimeout
 
109
Type: string
 
110
Default: 180
 
111
_Description: Timeout for stopping the thread-scanner (seconds):
 
112
 Entering '0' will disable the timeout.
 
113
 
 
114
Template: clamav-daemon/MaxThreads
 
115
Type: string
 
116
Default: 12
 
117
_Description: Number of threads for the daemon:
 
118
 
 
119
Template: clamav-daemon/MaxConnectionQueueLength
 
120
Type: string
 
121
Default: 15
 
122
_Description: Number of pending connections allowed:
 
123
 
 
124
Template: clamav-daemon/LogSyslog
 
125
Type: boolean
 
126
Default: false
 
127
_Description: Do you want to use the system logger?
 
128
 It is possible to log the daemon activity to the system logger. This can be
 
129
 done independently of whether you want to log activity to a special file.
 
130
 
 
131
Template: clamav-daemon/LogFile
 
132
Type: string
 
133
Default: /var/log/clamav/clamav.log
 
134
_Description: Log file for clamav-daemon (enter none to disable):
 
135
 
 
136
Template: clamav-daemon/LogTime
 
137
Type: boolean
 
138
Default: true
 
139
_Description: Do you want to log time information with each message?
 
140
 
 
141
Template: clamav-daemon/LogRotate
 
142
Type: boolean
 
143
Default: true
 
144
_Description: Do you want to enable log rotation?
 
145
 
 
146
Template: clamav-daemon/ScanOnAccess
 
147
Type: boolean
 
148
Default: false
 
149
_Description: Do you want to enable on-access scanning?
 
150
 
 
151
Template: clamav-daemon/OnAccessMaxFileSize
 
152
Type: string
 
153
Default: 5M
 
154
_Description: Maximum file size to scan:
 
155
 A value of 0 disables the limit.
 
156
 
 
157
Template: clamav-daemon/AllowAllMatchScan
 
158
Type: boolean
 
159
Default: true
 
160
_Description: Do you want to permit the use of the ALLMATCHSCAN command?
 
161
 If set to no, clamd will reject any ALLMATCHSCAN command as invalid.
 
162
 
 
163
Template: clamav-daemon/ForceToDisk
 
164
Type: boolean
 
165
Default: false
 
166
_Description: Do you want memory or nested map scans to dump the content to disk?
 
167
 If you turn on this option, more data is written to disk and is available
 
168
 when the LeaveTemporaryFiles option is enabled.
 
169
 
 
170
Template: clamav-daemon/DisableCertCheck
 
171
Type: boolean
 
172
Default: false
 
173
_Description: Do you want to completely turn off authenticode verification?
 
174
 Certain PE files contain an authenticode signature. By default the signature
 
175
 chain in the PE file is checked against a database of trusted and
 
176
 revoked certificates if the file being scanned is marked as a virus.
 
177
 If any certificate in the chain validates against any trusted root, but
 
178
 does not match any revoked certificate, the file is marked as whitelisted.
 
179
 If the file does match a revoked certificate, the file is marked as virus.
 
180
 
 
181
Template: clamav-daemon/ScanSWF
 
182
Type: boolean
 
183
Default: true
 
184
_Description: Do you want to enable scanning within SWF files?
 
185
 If you turn off this option, the original files will still be scanned, but
 
186
 without decoding and additional processing.
 
187
 
 
188
Template: clamav-daemon/MaxEmbeddedPE
 
189
Type: string
 
190
Default: 10M
 
191
_Description: Maximum size of a file to check for embedded PE:
 
192
 Files larger than this value will skip the additional analysis step.
 
193
 Note: disabling this limit or setting it too high may result in severe damage
 
194
 to the system.
 
195
 
 
196
Template: clamav-daemon/MaxHTMLNormalize
 
197
Type: string
 
198
Default: 10M
 
199
_Description: Maximum size of a HTML file to normalize:
 
200
 HTML files larger than this value will not be normalized or scanned.
 
201
 Note: disabling this limit or setting it too high may result in severe damage
 
202
 to the system.
 
203
 
 
204
Template: clamav-daemon/MaxHTMLNoTags
 
205
Type: string
 
206
Default: 2M
 
207
_Description: Maximum size of a normalized HTML file to scan:
 
208
 HTML files larger than this value after normalization will not be scanned.
 
209
 Note: disabling this limit or setting it too high may result in severe damage
 
210
 to the system.
 
211
 
 
212
Template: clamav-daemon/MaxScriptNormalize
 
213
Type: string
 
214
Default: 5M
 
215
_Description: Maximum size of a script file to normalize:
 
216
 Script content larger than this value will not be normalized or scanned.
 
217
 Note: disabling this limit or setting it too high may result in severe damage
 
218
 to the system.
 
219
 
 
220
Template: clamav-daemon/MaxZipTypeRcg
 
221
Type: string
 
222
Default: 1M
 
223
_Description: Maximum size of a ZIP file to reanalyze type recognition:
 
224
 ZIP files larger than this value will skip the step to potentially reanalyze as PE.
 
225
 Note: disabling this limit or setting it too high may result in severe damage
 
226
 to the system.
 
227
 
 
228
Template: clamav-daemon/SelfCheck
 
229
Type: string
 
230
Default: 3600
 
231
_Description: Delay in seconds between daemon self checks:
 
232
 During the SelfCheck the daemon checks if it needs to reload the virus
 
233
 database. It also tries to repair problems caused by bugs in the daemon,
 
234
 (that is, in some cases it's able to repair broken data structures).
 
235
 
 
236
Template: clamav-daemon/User
 
237
Type: string
 
238
Default: clamav
 
239
_Description: User to run clamav-daemon as:
 
240
 It is recommended to run the ClamAV programs as a non-privileged user.
 
241
 This will work with most MTAs with a little tweaking, but if you want to
 
242
 use clamd for filesystem scans, running as root is probably unavoidable.
 
243
 Please see README.Debian in the clamav-base package for details.
 
244
 
 
245
Template: clamav-daemon/AddGroups
 
246
Type: string
 
247
_Description: Groups for clamav-daemon (space-separated):
 
248
 Please enter any extra groups for clamd.
 
249
 .
 
250
 By default, clamd runs as a non-privileged user. If you need clamd to
 
251
 be able to access files owned by another user (e.g., in combination with
 
252
 an MTA), then you will need to add clamd to the group for that piece of
 
253
 software. Please see README.Debian in the clamav-base package for details.
 
254
 
 
255
Template: clamav-daemon/Bytecode
 
256
Type: boolean
 
257
Default: true
 
258
_Description: Do you want to load bytecode from the database?
 
259
 
 
260
Template: clamav-daemon/BytecodeSecurity
 
261
Type: select
 
262
__Choices: TrustSigned, Paranoid
 
263
Default: TrustSigned
 
264
_Description: Security level to apply to the bytecode:
 
265
 .
 
266
  - TrustSigned : trust bytecode loaded from signed virus database files,
 
267
                  but insert runtime safety checks for bytecode loaded
 
268
                  from unsigned sources
 
269
  - Paranoid    : always insert runtime checks
 
270
 
 
271
Template: clamav-daemon/BytecodeTimeout
 
272
Type: string
 
273
Default: 60000
 
274
_Description: Bytecode execution timeout in milliseconds:
 
275
 
 
276
Template: clamav-daemon/StatsEnabled
 
277
Type: boolean
 
278
Default: false
 
279
_Description: Do you want to submit statistical information?
 
280
 
 
281
Template: clamav-daemon/StatsPEDisabled
 
282
Type: boolean
 
283
Default: true
 
284
_Description: Do you want to disable submitting files flagged as malware?
 
285
 If this is enabled, individual PE sections of files flagged as malware
 
286
 will be submitted.
 
287
 
 
288
Template: clamav-daemon/StatsHostID
 
289
Type: string
 
290
Default: auto
 
291
_Description: HostID, a UUID to use when submitting statistical information:
 
292
 
 
293
Template: clamav-daemon/StatsTimeout
 
294
Type: string
 
295
Default: 10
 
296
_Description: Time in seconds to wait for the stats server to come back with a response:
 
297