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