clamav.settings.yml in ClamAV 8
Same filename and directory in other branches
config/install/clamav.settings.yml
4 string references to 'clamav.settings'
- ClamAVConfigForm::buildForm in src/
Form/ ClamAVConfigForm.php - Form constructor.
- ClamAVConfigForm::getEditableConfigNames in src/
Form/ ClamAVConfigForm.php - Gets the configuration names that will be editable.
- Config::__construct in src/
Config.php - Constructor.
- Scanner::isSchemeScannable in src/
Scanner.php - Determine whether files of a given scheme should be scanned.
File
config/install/clamav.settings.ymlView source
- enabled: true
- # Default behaviour: block unchecked files.
- outage_action: 0
- overridden_schemes: []
- # Default scan mode: Daemon (over TCP/IP).
- scan_mode: 0
- # Default verbosity: quiet.
- verbosity: 0
-
- # Per-scan-mode params.
- mode_executable:
- executable_path: '/usr/bin/clamscan'
- executable_parameters: ''
-
- mode_daemon_tcpip:
- hostname: 'localhost'
- port: 3310
-
- mode_daemon_unixsocket:
- unixsocket: '/var/clamav/clamd'