From 87dc808939fbc740c3742e10ce4d23a4c7099c07 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 18 Sep 2016 17:52:28 +0200 Subject: FreshClam: change ownership of /etc/clamav/freshclam.conf. To match the stock version shipped by clamav-freshclam 0.99.2+dfsg-0+deb8u2 ~$ stat -c '%U:%G %a' /etc/clamav/freshclam.conf clamav:adm 444 --- roles/common/tasks/clamav.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/common/tasks/clamav.yml b/roles/common/tasks/clamav.yml index de11ee6..3579d31 100644 --- a/roles/common/tasks/clamav.yml +++ b/roles/common/tasks/clamav.yml @@ -8,8 +8,8 @@ - name: Configure FreshClam template: src=etc/clamav/freshclam.conf.j2 dest=/etc/clamav/freshclam.conf - owner=root group=root - mode=0644 + owner=clamav group=adm + mode=0444 tags: freshclam notify: - Restart freshclam -- cgit v1.2.3