Fix the freshclam user so that we do not have to mess around with the permissions.

This commit is contained in:
Andrea Dell'Amico 2020-07-13 02:02:05 +02:00
parent 35ee3e0804
commit e6cbfbab5a
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ LogSyslog yes
# "clamav" user. This directive allows you to change the database owner.
# Default: clamav (may depend on installation options)
#DatabaseOwner clamupdate
DatabaseOwner {{ clamav_clamd_user }}
# Use DNS to verify virus database version. Freshclam uses DNS TXT records
# to verify database and software versions. With this directive you can change
@ -52,7 +53,7 @@ LogSyslog yes
# WARNING: Do not touch it unless you're configuring freshclam to use your
# own database verification domain.
# Default: current.cvd.clamav.net
#DNSDatabaseInfo current.cvd.clamav.net
DNSDatabaseInfo current.cvd.clamav.net
# database.clamav.net is now the primary domain name to be used world-wide.
# Now that CloudFlare is being used as our Content Delivery Network (CDN),