File: 0004-Add-Debian-specific-paths-for-ClamAV-configuration-f.patch

package info (click to toggle)
augeas 1.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,104 kB
  • sloc: ansic: 84,429; sh: 6,949; yacc: 524; makefile: 454; lex: 211; perl: 42; pascal: 27
file content (21 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Hilko Bengen <bengen@debian.org>
Date: Wed, 28 Mar 2018 16:15:11 +0200
Subject: Add Debian-specific paths for ClamAV configuration files

---
 lenses/clamav.aug | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lenses/clamav.aug b/lenses/clamav.aug
index eeb08c0..df5041a 100644
--- a/lenses/clamav.aug
+++ b/lenses/clamav.aug
@@ -48,5 +48,8 @@ let lns = (Util.empty | example_entry | clamd_entry | comment )*
 let filter = (incl "/etc/clamd.conf")
             . (incl "/etc/freshclam.conf")
             . (incl "/etc/clamd.d/*.conf")
+            . (incl "/etc/clamav/clamd.conf")
+            . (incl "/etc/clamav/freshclam.conf")
+            . (incl "/etc/clamav/clamd.d/*.conf")
 
 let xfm = transform lns filter