add clamav docs
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 39s
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 39s
This commit is contained in:
46
active/software_clamav/scan.conf
Normal file
46
active/software_clamav/scan.conf
Normal file
@@ -0,0 +1,46 @@
|
||||
LogFileMaxSize 50M
|
||||
LogTime yes
|
||||
LogSyslog yes
|
||||
|
||||
ExtendedDetectionInfo yes
|
||||
|
||||
LocalSocket /var/run/clamd.scan/clamd.socket
|
||||
LocalSocketGroup virusgroup
|
||||
LocalSocketMode 660
|
||||
FixStaleSocket yes
|
||||
|
||||
MaxThreads 8
|
||||
MaxDirectoryRecursion 20
|
||||
|
||||
User clamscan
|
||||
|
||||
Bytecode yes
|
||||
DetectPUA yes
|
||||
ScanPE yes
|
||||
ScanELF yes
|
||||
ScanMail yes
|
||||
ScanHTML yes
|
||||
ScanOLE2 yes
|
||||
|
||||
AlertBrokenExecutables no
|
||||
AlertBrokenMedia no
|
||||
AlertOLE2Macros yes
|
||||
AlertPartitionIntersection yes
|
||||
|
||||
ScanPDF yes
|
||||
ScanSWF yes
|
||||
ScanXMLDOCS yes
|
||||
ScanHWP3 yes
|
||||
ScanArchive yes
|
||||
|
||||
OnAccessIncludePath /home/ducoterra
|
||||
OnAccessIncludePath /opt
|
||||
OnAccessIncludePath /var
|
||||
OnAccessIncludePath /usr
|
||||
OnAccessIncludePath /etc
|
||||
|
||||
OnAccessExcludeUname clamupdate
|
||||
OnAccessExcludeUname clamscan
|
||||
OnAccessMaxFileSize 5M
|
||||
OnAccessPrevention yes
|
||||
OnAccessExtraScanning yes
|
||||
Reference in New Issue
Block a user