Bug 789580

Summary: SELinux is preventing /usr/sbin/clamd from 'add_name' accesses on the dossier clamd.pid.
Product: [Fedora] Fedora Reporter: Nicolas Mailhot <nicolas.mailhot>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dominick.grift, dwalsh, mgrepl, systemd-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:f1d5ba62faf2f00f4a8f37f477f2518e4f71b0711e28d5ed071f9b9b4b454373
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-15 19:09:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nicolas Mailhot 2012-02-11 14:07:53 UTC
libreport version: 2.0.8
executable:     /usr/bin/python
hashmarkername: setroubleshoot
kernel:         3.3.0-0.rc3.git2.2.fc18.x86_64
reason:         SELinux is preventing /usr/sbin/clamd from 'add_name' accesses on the dossier clamd.pid.
time:           sam. 11 févr. 2012 15:06:21 CET

description:
:SELinux is preventing /usr/sbin/clamd from 'add_name' accesses on the dossier clamd.pid.
:
:*****  Plugin catchall (100. confidence) suggests  ***************************
:
:If you believe that clamd should be allowed add_name access on the clamd.pid directory by default.
:Then you should report this as a bug.
:You can generate a local policy module to allow this access.
:Do
:allow this access for now by executing:
:# grep clamd /var/log/audit/audit.log | audit2allow -M mypol
:# semodule -i mypol.pp
:
:Additional Information:
:Source Context                system_u:system_r:clamd_t:s0
:Target Context                system_u:object_r:amavis_var_run_t:s0
:Target Objects                clamd.pid [ dir ]
:Source                        clamd
:Source Path                   /usr/sbin/clamd
:Port                          <Inconnu>
:Host                          (removed)
:Source RPM Packages           clamav-server-0.97.3-1703.fc17.x86_64
:Target RPM Packages           
:Policy RPM                    selinux-policy-3.10.0-86.fc17.noarch
:Selinux Enabled               True
:Policy Type                   targeted
:Enforcing Mode                Permissive
:Host Name                     (removed)
:Platform                      Linux (removed) 3.3.0-0.rc3.git2.2.fc18.x86_64 #1
:                              SMP Fri Feb 10 21:52:06 UTC 2012 x86_64 x86_64
:Alert Count                   3
:First Seen                    sam. 11 févr. 2012 13:28:49 CET
:Last Seen                     sam. 11 févr. 2012 13:31:31 CET
:Local ID                      40e13491-2c51-4e2e-b7a6-7b06f4650ab7
:
:Raw Audit Messages
:type=AVC msg=audit(1328963491.999:60): avc:  denied  { add_name } for  pid=942 comm="clamd" name="clamd.pid" scontext=system_u:system_r:clamd_t:s0 tcontext=system_u:object_r:amavis_var_run_t:s0 tclass=dir
:
:
:type=AVC msg=audit(1328963491.999:60): avc:  denied  { write } for  pid=942 comm="clamd" name="clamd.pid" dev="tmpfs" ino=22152 scontext=system_u:system_r:clamd_t:s0 tcontext=system_u:object_r:amavis_var_run_t:s0 tclass=file
:
:
:type=SYSCALL msg=audit(1328963491.999:60): arch=x86_64 syscall=open success=yes exit=EIO a0=24df480 a1=241 a2=1b6 a3=238 items=0 ppid=1 pid=942 auid=4294967295 uid=490 gid=485 euid=490 suid=490 fsuid=490 egid=485 sgid=485 fsgid=485 tty=(none) ses=4294967295 comm=clamd exe=/usr/sbin/clamd subj=system_u:system_r:clamd_t:s0 key=(null)
:
:Hash: clamd,clamd_t,amavis_var_run_t,dir,add_name
:
:audit2allow
:
:#============= clamd_t ==============
:allow clamd_t amavis_var_run_t:dir add_name;
:allow clamd_t amavis_var_run_t:file write;
:
:audit2allow -R
:
:#============= clamd_t ==============
:allow clamd_t amavis_var_run_t:dir add_name;
:allow clamd_t amavis_var_run_t:file write;
:

Comment 1 Miroslav Grepl 2012-02-13 11:53:14 UTC
Nicolas,
could you look where clamd.pid file is located?

/var/run/amavis(d)?/clamd\.pid

?

Comment 2 Miroslav Grepl 2012-02-13 11:53:20 UTC
*** Bug 789581 has been marked as a duplicate of this bug. ***

Comment 3 Miroslav Grepl 2012-02-13 11:53:25 UTC
*** Bug 789623 has been marked as a duplicate of this bug. ***

Comment 4 Nicolas Mailhot 2012-02-13 18:50:20 UTC
(In reply to comment #1)
> Nicolas,
> could you look where clamd.pid file is located?
> 
> /var/run/amavis(d)?/clamd\.pid
> 
> ?


The amavisd-new lamav conf file puts at at

# This option allows you to save a process identifier of the listening
# daemon (main thread).
PidFile /var/run/amavisd/clamd.pid


Though the conf was written for the sysv script, I wonder if that's still necessary now it's been systemd-ed. I'll try to comment it out

Comment 5 Nicolas Mailhot 2012-02-13 18:53:27 UTC
It seems to run ok  without the pid file, and sealert does not complain, but that's not how the package set it up, and I don't know enough about it to check if it's correct this way