constant CLAMAV_DEFAULT_UNIX_SOCKET in ClamAV 7
3 uses of CLAMAV_DEFAULT_UNIX_SOCKET
- clamav_admin_settings in ./
clamav.admin.inc - Admin settings page for ClamAV
- clamav_requirements in ./
clamav.install - Implements hook_requirements().
- _clamav_scan_via_unix_socket in ./
clamav.inc - Scan a single file by connecting to ClamAV over a unix socket.
File
- ./
clamav.module, line 35 - Integrate ClamAV to allow uploaded files to be scanned for viruses.
Code
define('CLAMAV_DEFAULT_UNIX_SOCKET', '/var/clamav/clamd');