]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-pld_config.patch
- fixed Group
[packages/clamav.git] / clamav-pld_config.patch
CommitLineData
4a475f58 1--- clamav-0.96rc1/etc/clamd.conf~ 2010-03-10 15:27:30.000000000 +0100
2+++ clamav-0.96rc1/etc/clamd.conf 2010-03-11 09:45:32.817607707 +0100
0c604439 3@@ -5,13 +5,13 @@
5664ab19 4
c935072a
MK
5
6 # Comment or remove the line below.
7-Example
0c604439 8+#Example
c935072a
MK
9
10 # Uncomment this option to enable logging.
0c604439 11 # LogFile must be writable for the user running daemon.
12 # A full path is required.
13 # Default: disabled
c935072a 14-#LogFile /tmp/clamd.log
0c604439 15+#LogFile /var/log/clamd.log
c935072a
MK
16
17 # By default the log file is locked for writing - the lock protects against
18 # running clamd multiple times (if want to run another clamd, please
20a53372 19@@ -40,12 +40,12 @@
c935072a
MK
20
21 # Use system logger (can work together with LogFile).
8934b66c
ER
22 # Default: no
23-#LogSyslog yes
24+LogSyslog yes
c935072a 25
7259763f 26 # Specify the type of syslog messages - please refer to 'man syslog'
0c604439 27 # for facility names.
20a53372
ER
28 # Default: LOG_LOCAL6
29-#LogFacility LOG_MAIL
30+LogFacility LOG_MAIL
31
32 # Enable verbose logging.
33 # Default: no
0c604439 34@@ -54,7 +54,7 @@
35 # This option allows you to save a process identifier of the listening
c935072a 36 # daemon (main thread).
0c604439 37 # Default: disabled
c935072a 38-#PidFile /var/run/clamd.pid
5664ab19
MK
39+PidFile /var/run/clamav/clamd.pid
40
41 # Optional path to the global temporary directory.
0c604439 42 # Default: system specific (usually /tmp or /var/tmp).
4a475f58 43@@ -73,7 +73,7 @@
ae1cf7f1
AZ
44
45 # Path to a local socket file the daemon will listen on.
46 # Default: disabled (must be specified by a user)
4a475f58 47-#LocalSocket /tmp/clamd.socket
ae1cf7f1
AZ
48+LocalSocket /var/lib/clamav/clamd.socket
49
4a475f58 50 # Sets the group ownership on the unix socket.
51 # Default: disabled (the primary group of the user running clamd)
52@@ -183,11 +183,11 @@
0c604439 53
e1ead9e8 54 # Run as another user (clamd must be started by root for this option to work)
8934b66c 55 # Default: don't drop privileges
c935072a
MK
56-#User clamav
57+User clamav
58
0c604439 59 # Initialize supplementary group access (clamd must be started by root).
8934b66c
ER
60 # Default: no
61-#AllowSupplementaryGroups no
62+AllowSupplementaryGroups yes
c935072a 63
8934b66c
ER
64 # Stop daemon when libclamav reports out of memory condition.
65 #ExitOnOOM yes
4a475f58 66@@ -436,15 +436,15 @@
0c604439 67
4a475f58 68 # Set access mask for Clamuko (Dazuko only).
8934b66c
ER
69 # Default: no
70-#ClamukoScanOnOpen yes
71-#ClamukoScanOnClose yes
72-#ClamukoScanOnExec yes
73+ClamukoScanOnOpen yes
74+ClamukoScanOnClose yes
75+ClamukoScanOnExec yes
0c604439 76
6e64bbee 77 # Set the include paths (all files inside them will be scanned). You can have
0c604439 78 # multiple ClamukoIncludePath directives but each directory must be added
4a475f58 79 # in a seperate line. (Dazuko only)
0c604439 80 # Default: disabled
81-#ClamukoIncludePath /home
82+ClamukoIncludePath /home
83 #ClamukoIncludePath /students
84
4a475f58 85 # Set the exclude paths. All subdirectories are also excluded. (Dazuko only)
86--- clamav-0.96rc1/etc/freshclam.conf~ 2010-02-26 11:56:59.000000000 +0100
87+++ clamav-0.96rc1/etc/freshclam.conf 2010-03-11 09:52:38.261708157 +0100
88@@ -3,9 +3,14 @@
0c604439 89 ## Please read the freshclam.conf(5) manual before editing this file.
c935072a 90 ##
4a475f58 91
5664ab19
MK
92+## PLD NOTE: Note that freshclam is called periodically via cron
93+## Check /etc/sysconfig/clamd for details
94+## Seems better to run task once per period than keep daemon running
0c604439 95+## only for that.
5664ab19
MK
96+## But if you have arguments please tell us.
97
0c604439 98 # Comment or remove the line below.
99-Example
100+#Example
101
102 # Path to the database directory.
103 # WARNING: It must match clamd.conf's directive!
4a475f58 104@@ -30,11 +35,11 @@
5664ab19
MK
105
106 # Enable verbose logging.
8934b66c
ER
107 # Default: no
108-#LogVerbose yes
109+LogVerbose yes
5664ab19 110
0ad46739 111 # Use system logger (can work together with UpdateLogFile).
8934b66c
ER
112 # Default: no
113-#LogSyslog yes
114+LogSyslog yes
0ad46739 115
7259763f 116 # Specify the type of syslog messages - please refer to 'man syslog'
0c604439 117 # for facility names.
4a475f58 118@@ -48,7 +53,7 @@
0c604439 119 # By default when started freshclam drops privileges and switches to the
120 # "clamav" user. This directive allows you to change the database owner.
121 # Default: clamav (may depend on installation options)
5664ab19
MK
122-#DatabaseOwner clamav
123+DatabaseOwner clamav
124
8934b66c
ER
125 # Initialize supplementary group access (freshclam must be started by root).
126 # Default: no
4a475f58 127@@ -89,7 +94,7 @@
5664ab19 128
0c604439 129 # Number of database checks per day.
130 # Default: 12 (every two hours)
131-#Checks 24
5664ab19
MK
132+Checks 2
133
134 # Proxy settings
0c604439 135 # Default: disabled
4a475f58 136@@ -111,7 +116,7 @@
8934b66c
ER
137
138 # Send the RELOAD command to clamd.
139 # Default: no
140-#NotifyClamd /path/to/clamd.conf
38d9666e 141+#NotifyClamd /etc/clamd.conf
c935072a 142
0c604439 143 # Run command after successful database update.
144 # Default: disabled
This page took 0.15111 seconds and 4 git commands to generate.