1# This file contains os configuration settings for clamav-unofficial-sigs.sh
2###################
3# This is property of eXtremeSHOK.com
4# You are free to use, modify and distribute, however you may not remove this notice.
5# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
6# License: BSD (Berkeley Software Distribution)
7##################
8#
9# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
10#
11##################
12#
13# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
14#
15################################################################################
16# SEE MASTER.CONF FOR CONFIG EXPLANATIONS
17################################################################################
18# Rename to os.conf to enable this file
19################################################################################
20
21# Mac OS and OS X with clamav installed via homebrew
22
23# Follow the installation Instructions: see the guide in the guides folder
24
25clam_user="clamav"
26
27# On some systems the clamgroup is "virusgroup"
28clam_group="clamav"
29
30clam_dbs="/var/lib/clamav"
31
32clamd_pid="/var/run/clamd.pid"
33
34clamscan_bin="/usr/local/bin/clamscan"
35
36work_dir="/var/db/clamav-unofficial-sigs"
37
38log_file_path="/var/log"
39
40clamd_restart_opt="/usr/local/bin/clamdscan --reload"
41
42#clamd_socket="/tmp/clamd.socket"
43
44#gpg_bin="/usr/local/bin/gpg"
45
46enable_gpg="no"
47
48# https://eXtremeSHOK.com ######################################################
49