diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2022-10-11 15:44:33 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2022-10-11 15:44:33 +0200 |
commit | cb4737983f4058531308ac083a89040c3cbfd05d (patch) | |
tree | bde7ae13bdbbd5ee63f98018f69e29998815c253 | |
parent | 43a7f11e34a5c1a546a7bd547a9c5a6379cfa2e3 (diff) |
clamav-freshclam: Remove ‘SafeBrowsing’ option.
-rw-r--r-- | roles/common/templates/etc/clamav/freshclam.conf.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/common/templates/etc/clamav/freshclam.conf.j2 b/roles/common/templates/etc/clamav/freshclam.conf.j2 index 06cebd1..650a2b3 100644 --- a/roles/common/templates/etc/clamav/freshclam.conf.j2 +++ b/roles/common/templates/etc/clamav/freshclam.conf.j2 @@ -2,31 +2,30 @@ # Comments will get lost when you reconfigure the clamav-freshclam package DatabaseOwner clamav UpdateLogFile /var/log/clamav/freshclam.log LogVerbose false LogSyslog false LogFacility LOG_LOCAL6 LogFileMaxSize 0 LogRotate true LogTime true Foreground false Debug false MaxAttempts 5 DatabaseDirectory /var/lib/clamav DNSDatabaseInfo current.cvd.clamav.net ConnectTimeout 30 ReceiveTimeout 30 TestDatabases yes ScriptedUpdates yes CompressLocalDatabase no -SafeBrowsing false Bytecode true NotifyClamd /etc/clamav/clamd.conf # Check for new database 24 times a day Checks 24 DatabaseMirror db.{{ geoip | default('local') }}.clamav.net {% if geoip is defined and ansible_default_ipv6 %} DatabaseMirror db.{{ geoip }}.ipv6.clamav.net {% endif %} DatabaseMirror database.clamav.net DatabaseMirror db.other.clamav.net |