https://bugs.koozali.org/show_bug.cgi?id=11597

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |CONFIRMED
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #10 from Jean-Philippe Pialasse <[email protected]> ---
reopening

purpose of a contrib is not to have to manually configure all 


curently this one is templated
/etc/clamav-unofficial-sigs/clamav-unofficial-sigs.conf

reading the content of rpm those file has been renamed

reading what is there we should  template

 /etc/clamav-unofficial-sigs/os.conf

clam_user="clamupdate"
clam_group="clamupdate"
clam_dbs="/var/lib/clamav"
clamd_pid="/var/run/clamd/clamd.pid"
clamd_socket="/var/run/clamd/clamd.socket"
reload_dbs="yes" # optionnal with a property

and default is 
clam_user="clamupdate"
clam_group="clamupdate"
clam_dbs="/var/lib/clamav"
clamd_pid="/var/run/clamd.scan/clamd.pid" #**************different
#clamd_socket="/var/run/clamd.scan/clamd.sock" #**************different
reload_dbs="no"



we should add also 
securiteinfo_authorisation_signature="YOUR-SIGNATURE-NUMBER"
# Enable if you have a commercial/premium/non-free subscription
securiteinfo_premium="no"


# How often the script should check for updates
update_check_hours="12"# Default is 12 hours (2 checks  daily).

malwareexpert_serial_key="YOUR-SERIAL-KEY"

malwarepatrol_receipt_code="YOUR-RECEIPT-NUMBER"
malwarepatrol_product_code="8"
malwarepatrol_list="clamav_basic" # clamav_basic or clamav_ext



# ========================
# Database provider update time
# ========================
# Since the database files are dynamically created, non default values can
cause banning, change with caution
additional_update_hours="4"   # Default is 4 hours (6 downloads daily).
interserver_update_hours="1"   # Default is 2 hours (12 downloads daily).
linuxmalwaredetect_update_hours="6"   # Default is 6 hours (4 downloads daily).
malwareexpert_update_hours="2"   # Default is 2 hours (12 downloads daily).
malwarepatrol_update_hours="24"   # Default is 24 hours (1 downloads daily).
sanesecurity_update_hours="2"   # Default is 2 hours (12 downloads daily).
securiteinfo_premium_update_hours="1"   # Default is 1 hours (24 downloads
daily).
securiteinfo_update_hours="4"   # Default is 4 hours (6 downloads daily).
urlhaus_update_hours="1"   # Default is 1 hours (24 downloads daily).
yararulesproject_update_hours="24"   # Default is 24 hours (1 downloads daily).


# ========================
# Enabled Databases
# ========================
# Set to no to disable an entire database, if the database is empty it will
also be disabled.
additional_enabled="yes"   # Additional Databases
interserver_enabled="yes"   # interServer
linuxmalwaredetect_enabled="yes"   # Linux Malware Detect
malwareexpert_enabled="yes"   # Malware Expert
malwarepatrol_enabled="yes"   # Malware Patrol
sanesecurity_enabled="yes"   # Sanesecurity
securiteinfo_enabled="yes"   # SecuriteInfo
urlhaus_enabled="yes"   # urlhaus
yararulesproject_enabled="yes"   # Yara-Rule Project, automatically disabled if
clamav is older than 0.100 and enable_yararules is disabled


declare -a additional_dbs=(
#   rsync://192.168.1.50/new-db/sigs.hdb
#   rsync://rsync.example.com/all-dbs/
#   ftp://ftp.example.net/pub/sigs.ndb
#   http://www.example.org/sigs.ldb
#) #END ADDITIONAL DATABASES


and cherry on top would be a panel

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to