summarylogtreecommitdiffstats
path: root/os.conf
blob: 65b9c6cbd056d656dd6b6e9a93cfc0714c101e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# This file contains os configuration settings for clamav-unofficial-sigs.sh
###################
# This is property of eXtremeSHOK.com
# You are free to use, modify and distribute, however you may not remove this notice.
# Copyright (c) Adrian Jon Kriel :: admin@extremeshok.com
# License: BSD (Berkeley Software Distribution)
##################
#
# Script updates can be found at: https://github.com/extremeshok/clamav-unofficial-sigs
#
##################
#
# NOT COMPATIBLE WITH VERSION 3.XX / 4.XX CONFIG
#
################################################################################
# SEE MASTER.CONF FOR CONFIG EXPLAINATIONS
# DO NOT MAKE ANY CHANGES to this file.
# Use user.conf to OVERRIDE THE OPTIONS IN THIS FILE
################################################################################

# Archlinux specific settings
clam_user="clamav"
clam_group="clamav"
clamd_pid="/run/clamav/clamd.pid"
clamd_reload_opt="/usr/bin/systemctl reload clamav-daemon.service"
clamd_restart_opt="/usr/bin/systemctl restart clamav-daemon.service"
clamd_socket="/run/clamav/clamd.ctl"
pkg_mgr="pacman"
pkg_rm="pacman"

# the following are already the defaults but we still set them to make sure
# that any change to master.conf in future does not affect Arch setup
setmode="yes"
clam_dbs="/var/lib/clamav"
reload_dbs="yes"
work_dir="/var/lib/clamav-unofficial-sigs"
log_file_path="/var/log/clamav-unofficial-sigs"
log_file_name="clamav-unofficial-sigs.log"
keep_db_backup="no"
remove_bad_database="yes"
remove_disabled_databases="no"

# disabled as they are currently crashing clamd (version 0.100)
enable_yararules="no"

# defaults are now good enough to run out-of-box
user_configuration_complete="yes"