Просмотр исходного кода

Comment AllowSuppementaryGroups in clamd.conf

Raphael Schneeberger 7 лет назад
Родитель
Сommit
3fd63b15e8
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      install/ubuntu/14.04/clamav/clamd.conf
  2. 1 1
      install/ubuntu/16.04/clamav/clamd.conf

+ 1 - 1
install/ubuntu/14.04/clamav/clamd.conf

@@ -8,7 +8,7 @@ LocalSocketMode 666
 # TemporaryDirectory is not set to its default /tmp here to make overriding
 # the default with environment variables TMPDIR/TMP/TEMP possible
 User clamav
-AllowSupplementaryGroups true
+# AllowSupplementaryGroups true
 ScanMail true
 ScanArchive true
 ArchiveBlockEncrypted false

+ 1 - 1
install/ubuntu/16.04/clamav/clamd.conf

@@ -8,7 +8,7 @@ LocalSocketMode 666
 # TemporaryDirectory is not set to its default /tmp here to make overriding
 # the default with environment variables TMPDIR/TMP/TEMP possible
 User clamav
-AllowSupplementaryGroups true
+# AllowSupplementaryGroups true
 ScanMail true
 ScanArchive true
 ArchiveBlockEncrypted false