Bug 1326533 - Incorrect permissions on files in /var/lib/clamav
Summary: Incorrect permissions on files in /var/lib/clamav
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: clamav
Version: epel7
Hardware: noarch
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Nick Bebout
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-13 00:57 UTC by Matthew Johnson
Modified: 2016-06-14 02:07 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-14 02:07:22 UTC
Type: Bug


Attachments (Terms of Use)

Description Matthew Johnson 2016-04-13 00:57:41 UTC
Description of problem:
clamd (running as clamscan user) fails to start due to incorrect permissions on files in /var/lib/clamav

$ ls -l *.cvd
-rw-------. 1 clamupdate clamupdate     69708 Apr 11 10:10 bytecode.cvd
-rw-------. 1 clamupdate clamupdate 109143933 Apr 11 10:10 main.cvd

Version-Release number of selected component (if applicable): 0.99-2.el7


How reproducible: Fresh install of clamav
(Packages updated from a previous version are not affected)


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Have currently worked around by applying the same permissions as installations that have been upgraded from a previous version.

/var/lib/clamav
$ ls -l *.cvd
-rw-r--r--. 1 clamupdate clamupdate     69708 Apr 11 10:10 bytecode.cvd
-rw-r--r--. 1 clamupdate clamupdate 109143933 Apr 11 10:10 main.cvd

Comment 1 Orion Poplawski 2016-06-13 15:44:05 UTC
I can't reproduce this with 0.99.1-1.el7

Comment 2 Aaron Howell 2016-06-14 01:12:10 UTC
Confirmed 0.99.1-1.el7 no longer had the issue described for previous version 0.99-2.el7


Note You need to log in before you can comment on or make changes to this bug.