Bug 963242

Summary: SELinux is preventing /usr/sbin/abrt-dbus from 'unlink' accesses on the file duphash.
Product: [Fedora] Fedora Reporter: JayMac <j4y.m4c4>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:616941304f60b1796bdab7f30a0543ebd7355d1a78876dff5619a55c1234315e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-15 13:28:58 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 JayMac 2013-05-15 13:18:10 UTC
Description of problem:
SELinux is preventing /usr/sbin/abrt-dbus from 'unlink' accesses on the file duphash.

*****  Plugin catchall (100. confidence) suggests  ***************************

If you believe that abrt-dbus should be allowed unlink access on the duphash file 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 abrt-dbus /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:abrt_t:s0-s0:c0.c1023
Target Context                unconfined_u:object_r:initrc_tmp_t:s0
Target Objects                duphash [ file ]
Source                        abrt-dbus
Source Path                   /usr/sbin/abrt-dbus
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           abrt-dbus-2.1.2-2.fc18.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.11.1-92.fc18.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 3.8.11-200.fc18.x86_64 #1 SMP Wed
                              May 1 19:44:27 UTC 2013 x86_64 x86_64
Alert Count                   2
First Seen                    2013-05-15 14:06:47 BST
Last Seen                     2013-05-15 14:06:47 BST
Local ID                      b88516be-4fda-45ef-a4a3-34654fe05830

Raw Audit Messages
type=AVC msg=audit(1368623207.175:410): avc:  denied  { unlink } for  pid=20496 comm="abrt-dbus" name="duphash" dev="dm-2" ino=2623803 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:initrc_tmp_t:s0 tclass=file


type=SYSCALL msg=audit(1368623207.175:410): arch=x86_64 syscall=unlink success=yes exit=0 a0=1f2ebf0 a1=1 a2=1f2ebf0 a3=7 items=0 ppid=1 pid=20496 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 ses=4294967295 tty=(none) comm=abrt-dbus exe=/usr/sbin/abrt-dbus subj=system_u:system_r:abrt_t:s0-s0:c0.c1023 key=(null)

Hash: abrt-dbus,abrt_t,initrc_tmp_t,file,unlink

audit2allow

#============= abrt_t ==============
allow abrt_t initrc_tmp_t:file unlink;

audit2allow -R
require {
	type initrc_tmp_t;
	type abrt_t;
	class file unlink;
}

#============= abrt_t ==============
allow abrt_t initrc_tmp_t:file unlink;


Additional info:
hashmarkername: setroubleshoot
kernel:         3.8.11-200.fc18.x86_64
type:           libreport

Comment 1 Miroslav Grepl 2013-05-15 13:28:58 UTC

*** This bug has been marked as a duplicate of bug 963239 ***