mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
Removing AllowSupplementaryGroups from clamav.conf
Option 'AllowSupplementaryGroups' is not allowed anymore on new version of ClamAV Reported as bug - https://bugs.vestacp.com/issues/279 Details - http://forum.vestacp.com/viewtopic.php?f=12&t=11884
This commit is contained in:
parent
e6d6e19032
commit
1c1ba0449c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LocalSocketMode 666
|
||||||
# TemporaryDirectory is not set to its default /tmp here to make overriding
|
# TemporaryDirectory is not set to its default /tmp here to make overriding
|
||||||
# the default with environment variables TMPDIR/TMP/TEMP possible
|
# the default with environment variables TMPDIR/TMP/TEMP possible
|
||||||
User clamav
|
User clamav
|
||||||
AllowSupplementaryGroups true
|
# AllowSupplementaryGroups true
|
||||||
ScanMail true
|
ScanMail true
|
||||||
ScanArchive true
|
ScanArchive true
|
||||||
ArchiveBlockEncrypted false
|
ArchiveBlockEncrypted false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue