summaryrefslogtreecommitdiffstats
path: root/src/klamavconfig.kcfg
blob: 1106e89edbead431fa0b81d08c257cc18b56e0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg> 
<kcfgfile name="klamavrc"/> 

<group name="ArchiveLimits"> 
    <entry name="RecursionLevel" type="Int">
        <label>Maximum Recursion Level</label>
        <whatsthis>The maximum number of subdirectories in a zip file to open before .</whatsthis>
        <default>0</default>
    </entry> 
    <entry name="MaxFileSize" type="Int">
        <label>Maximum MBs to Extract</label>
        <whatsthis>The maximum number of megabytes to extract from a zip file before marking it as suspicious.</whatsthis>
        <default>0</default>
    </entry> 
    <entry name="MaxScanSize" type="Int">
        <label>Maximum MBs to Extract</label>
        <whatsthis>The maximum number of megabytes to extract from a zip file before marking it as suspicious.</whatsthis>
        <default>0</default>
    </entry> 
    <entry name="NoFilesToExtract" type="Int">
        <label>Maximum Number of Files to Extract</label>
        <whatsthis>The maximum number of file to extract from a zip file before marking it as suspicious.</whatsthis>
        <default>0</default>
    </entry>
</group>

<group name="ArchiveTypes"> 
    <entry name="ScanDeb" type="Bool">
        <label>Scan DEB files</label>
        <whatsthis>Scan DEB files using the named program.</whatsthis>
        <default>false</default>
    </entry>
    <entry name="DebUsing" type="String">
        <label>Program to scan DEB files.</label>
        <whatsthis>Scan DEB files using the named program.</whatsthis>
    </entry>

    <entry name="ScanTar" type="Bool">
        <label>Scan TAR files</label>
        <whatsthis>Scan TAR files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="TarUsing" type="String">
        <label>Program to scan TAR files.</label>
        <whatsthis>Scan TAR files using the named program.</whatsthis>
    </entry>

    <entry name="ScanJar" type="Bool">
        <label>Scan JAR files</label>
        <whatsthis>Scan JAR files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="JarUsing" type="String">
        <label>Program to scan JAR files.</label>
        <whatsthis>Scan JAR files using the named program.</whatsthis>
    </entry>

    <entry name="ScanLzh" type="Bool">
        <label>Scan LZH files</label>
        <whatsthis>Scan LZH files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="LzhUsing" type="String">
        <label>Program to scan LZH files.</label>
        <whatsthis>Scan LZH files using the named program.</whatsthis>
    </entry>

    <entry name="ScanZoo" type="Bool">
        <label>Scan Zoo files</label>
        <whatsthis>Scan Zoo files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="ZooUsing" type="String">
        <label>Program to scan Zoo files.</label>
        <whatsthis>Scan Zoo files using the named program.</whatsthis>
    </entry>

    <entry name="ScanRar" type="Bool">
        <label>Scan RAR files</label>
        <whatsthis>Scan RAR files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="RarUsing" type="String">
        <label>Program to scan RAR files.</label>
        <whatsthis>Scan RAR files using the named program.</whatsthis>
    </entry>

    <entry name="ScanZip" type="Bool">
        <label>Scan Zip files</label>
        <whatsthis>Scan Zip files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="ZipUsing" type="String">
        <label>Program to scan Zip files.</label>
        <whatsthis>Scan Zip files using the named program.</whatsthis>
    </entry>

    <entry name="ScanTgz" type="Bool">
        <label>Scan TGZ files</label>
        <whatsthis>Scan TGZ files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="TgzUsing" type="String">
        <label>Program to scan TGZ files.</label>
        <whatsthis>Scan TGZ files using the named program.</whatsthis>
    </entry>

    <entry name="ScanArj" type="Bool">
        <label>Scan ARJ files</label>
        <whatsthis>Scan ARJ files using the named program.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="ArjUsing" type="String">
        <label>Program to scan ARJ files.</label>
        <whatsthis>Scan ARJ files using the named program.</whatsthis>
    </entry>

</group>

<group name="FileTypes"> 
    <entry name="VirusEncrypted" type="Bool">
        <label>Mark Encrypted Files as Suspicious</label>
        <whatsthis>Mark Encrypted Files as Suspicious.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="VirusBroken" type="Bool">
        <label>Mark Broken Files as Suspicious</label>
        <whatsthis>Mark Broken Files as Suspicious.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="ExcludeQuarantine" type="Bool">
        <label>Exclude Quarantine Directories from scanning</label>
        <whatsthis>Exclude Quarantine Directories from scanning.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="ScanMacros" type="Bool">
        <label>Scan Microsoft Office Macros</label>
        <whatsthis>Scan Microsoft Office Macros.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="ScanPE" type="Bool">
        <label>Scan Portable Executable Files</label>
        <whatsthis>Scan Portable Executable Files.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="ScanMail" type="Bool">
        <label>Scan Emails</label>
        <whatsthis>Scan Emails.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="ScanHTML" type="Bool">
        <label>Scan HTML Files</label>
        <whatsthis>Scan HTML Files.</whatsthis>
	<default>true</default>
    </entry>


  </group>

<group name="Autoscan"> 
    <entry name="Executed" type="Bool">
        <label>Scan Files When They Are Executed</label>
        <whatsthis>Scan Files When They Are Executed.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="Opened" type="Bool">
        <label>Scan Files When They Are Opened</label>
        <whatsthis>Scan Files When They Are Opened.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="Closed" type="Bool">
        <label>Scan Files When They Are Closed</label>
        <whatsthis>Scan Files When They Are Closed.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="Created" type="Bool">
        <label>Scan Files When They Are Created or Modified</label>
        <whatsthis>Scan Files When They Are Created or Modified.</whatsthis>
	<default>false</default>
    </entry>

</group>

<group name="EventLogging"> 
    <entry name="ExpireDays" type="Int">
        <label>Expire Events After the Specified Number of Days</label>
        <whatsthis>Expire Events After the Specified Number of Days.</whatsthis>
	<default>30</default>
    </entry>
    <entry name="SoftwareUpdates" type="Bool">
        <label>Log Software Update Events</label>
        <whatsthis>Log Software Update Events.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="Quarantined" type="Bool">
        <label>Log Quarantine Events</label>
        <whatsthis>Log Quarantine Events.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="LaunchShutdown" type="Bool">
        <label>Log KlamAV launching and shutting-down Events</label>
        <whatsthis>Log KlamAV launching and shutting-down Events.</whatsthis>
	<default>false</default>
    </entry>
    <entry name="DBUpdates" type="Bool">
        <label>Log Database Events</label>
        <whatsthis>Log Database Events.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="StartedStoppedCancelled" type="Bool">
        <label>Log StartedStoppedCancelled Events</label>
        <whatsthis>Log StartedStoppedCancelled Events.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="VirusFound" type="Bool">
        <label>Log VirusFound Events</label>
        <whatsthis>Log VirusFound Events.</whatsthis>
	<default>true</default>
    </entry>
    <entry name="Error" type="Bool">
        <label>Log Error Events</label>
        <whatsthis>Log Error Events.</whatsthis>
	<default>true</default>
    </entry>


</group>

<group name="Misc"> 
    <entry name="ClamAVVersion" type="String">
        <label>Expire Events After the Specified Number of Days</label>
        <whatsthis>Expire Events After the Specified Number of Days.</whatsthis>
    </entry>
</group>


</kcfg>