Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.clam.enable

Enables the clamav program and its daemon

Type: boolean

Default: true

Example: false

mods.clam.scanner.enable

Enables the clamav scanner

Type: boolean

Default: false

Example: true

mods.clam.scanner.interval

How often clamdscan is invoked. By default this runs using 10 cores at most, be sure to run it at a time of low traffic.

Type: string

Default: "*-*-* 04:00:00"

mods.clam.scanner.scanDirectories

List of directories to scan

Type: list of string

Default:

[
  "/home"
  "/var/lib"
  "/tmp"
  "/etc"
  "/var/tmp"
]