Browse code

add Include/ExcludePUA

git-svn: trunk@4064

Tomasz Kojm authored on 2008/08/02 04:06:44
Showing 1 changed files
... ...
@@ -172,6 +172,19 @@ LocalSocket /tmp/clamd.socket
172 172
 # Default: no
173 173
 #DetectPUA yes
174 174
 
175
+# Exclude a specific PUA category. This directive can be used multiple times.
176
+# See [ADD URL HERE] for the complete list of PUA categories.
177
+# Default: Load all categories (if DetectPUA is activated)
178
+#ExcludePUA NetTool
179
+#ExcludePUA PWTool
180
+
181
+# Only include a specific PUA category. This directive can be used multiple
182
+# times.
183
+# Default: Load all categories (if DetectPUA is activated)
184
+#IncludePUA Spy
185
+#IncludePUA Scanner
186
+#IncludePUA RAT
187
+
175 188
 # In some cases (eg. complex malware, exploits in graphic files, and others),
176 189
 # ClamAV uses special algorithms to provide accurate detection. This option
177 190
 # controls the algorithmic detection.