mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
clamav: add package
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
committed by
Luka Perkov
parent
8c13dbd2e1
commit
f9507c02e0
@@ -0,0 +1,34 @@
|
||||
config clamav 'clamav'
|
||||
option clamd_config_file '/etc/clamav/clamd.conf'
|
||||
option LogFile '/tmp/clamd.log'
|
||||
option LogFileMaxSize '1M'
|
||||
option LogTime 'no'
|
||||
option LogVerbose 'no'
|
||||
option ExtendedDetectionInfo 'no'
|
||||
option OfficialDatabaseOnly 'no'
|
||||
option StreamMinPort '1024'
|
||||
option StreamMaxPort '2048'
|
||||
option MaxThreads '10'
|
||||
option ReadTimeout '30'
|
||||
option CommandReadTimeout '5'
|
||||
option MaxDirectoryRecursion '15'
|
||||
option FollowDirectorySymlinks 'no'
|
||||
option FollowFileSymlinks 'no'
|
||||
option SelfCheck '600'
|
||||
option DetectPUA 'yes'
|
||||
option ScanPE 'yes'
|
||||
option DisableCertCheck 'no'
|
||||
option ScanELF 'yes'
|
||||
option DetectBrokenExecutables 'no'
|
||||
option ScanOLE2 'yes'
|
||||
option ScanPDF 'yes'
|
||||
option ScanSWF 'yes'
|
||||
option ScanMail 'yes'
|
||||
option ScanPartialMessages 'no'
|
||||
option ScanArchive 'yes'
|
||||
option ArchiveBlockEncrypted 'yes'
|
||||
option MaxFileSize '10M'
|
||||
option TemporaryDirectory '/tmp'
|
||||
option LocalSocket '/var/run/clamav/clamd.sock'
|
||||
option User 'nobody'
|
||||
option ExitOnOOM 'yes'
|
||||
Reference in New Issue
Block a user