Add TCP Connectivity

This commit is contained in:
Jason Rothstein 2021-07-06 23:06:47 -05:00
parent b9f60734e0
commit b1031c462f

View File

@ -111,6 +111,7 @@ LocalSocket /run/clamd.scan/clamd.sock
# TCP port address.
# Default: no
#TCPSocket 3310
TCPSocket 3310
# TCP address.
# By default we bind to INADDR_ANY, probably not wise.
@ -119,6 +120,7 @@ LocalSocket /run/clamd.scan/clamd.sock
# times if you want to listen on multiple IPs. IPv6 is now supported.
# Default: no
#TCPAddr 127.0.0.1
TCPAddr 127.0.0.1
# Maximum length the queue of pending connections may grow to.
# Default: 200
@ -301,30 +303,36 @@ LocalSocket /run/clamd.scan/clamd.sock
# ELF) and alert on them with the Broken.Executable heuristic signature.
# Default: no
#AlertBrokenExecutables yes
AlertBrokenExecutables yes
# With this option clamav will try to detect broken media file (JPEG,
# TIFF, PNG, GIF) and alert on them with a Broken.Media heuristic signature.
# Default: no
#AlertBrokenMedia yes
AlertBrokenMedia yes
# Alert on encrypted archives _and_ documents with heuristic signature
# (encrypted .zip, .7zip, .rar, .pdf).
# Default: no
#AlertEncrypted yes
AlertEncrypted yes
# Alert on encrypted archives with heuristic signature (encrypted .zip, .7zip,
# .rar).
# Default: no
#AlertEncryptedArchive yes
AlertEncryptedArchive yes
# Alert on encrypted archives with heuristic signature (encrypted .pdf).
# Default: no
#AlertEncryptedDoc yes
AlertEncryptedDoc yes
# With this option enabled OLE2 files containing VBA macros, which were not
# detected by signatures will be marked as "Heuristics.OLE2.ContainsMacros".
# Default: no
#AlertOLE2Macros yes
AlertOLE2Macros yes
# Alert on SSL mismatches in URLs, even if the URL isn't in the database.
# This can lead to false positives.
@ -339,6 +347,7 @@ LocalSocket /run/clamd.scan/clamd.sock
# Alert on raw DMG image files containing partition intersections
# Default: no
#AlertPartitionIntersection yes
AlertPartitionIntersection yes
##