prva verzija za stretch, novi upstream release
[clamav-unofficial-sigs.git] / user.conf
1 # This file contains user configuration settings for clamav-unofficial-sigs.sh
2 ###################
3 # This is property of eXtremeSHOK.com
4 # You are free to use, modify and distribute, however you may not remove this notice.
5 # Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
6 # License: BSD (Berkeley Software Distribution)
7 ##################
8 #
9 # Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
10 #
11 ##################
12 #
13 # NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
14 #
15 ################################################################################
16 # SEE MASTER.CONF FOR CONFIG EXPLAINATIONS
17 ################################################################################
18
19 # Values in this file will always override those in the master.conf and os.conf files.
20 # This is useful to specify your authorisation/receipt codes and to always force certain options.
21 # Please note, it is your responsibility to manage the contents of this file.
22 # Values provided here are just examples, feel free to use any values from the main config file.
23
24 #malwarepatrol_receipt_code="YOUR-RECEIPT-NUMBER"
25 #malwarepatrol_product_code="8"
26 #malwarepatrol_list="clamav_basic" # clamav_basic or clamav_ext
27 #malwarepatrol_free="yes"
28
29 #securiteinfo_authorisation_signature="YOUR-SIGNATURE-NUMBER"
30
31 # Default dbs rating
32 # valid rating: LOW, MEDIUM, HIGH
33 #default_dbs_rating="MEDIUM"
34
35 # Per Database
36 # These ratings will override the global rating for the specific database
37 # valid rating: LOW, MEDIUM, HIGH, DISABLE
38 #sanesecurity_dbs_rating=""
39 #securiteinfo_dbs_rating=""
40 #linuxmalwaredetect_dbs_rating=""
41 #yararulesproject_dbs_rating=""
42
43 # =========================
44 # Additional signature databases
45 # =========================
46 #declare -a additional_dbs=(
47 #   ftp://ftp.example.net/pub/sigs.ndb
48 #   http://www.example.org/sigs.ldb
49 #) #END ADDITIONAL DATABASES
50
51 # Uncomment the following line to enable the script
52 user_configuration_complete="yes"
53
54 # https://eXtremeSHOK.com ######################################################