Bug 963242 - SELinux is preventing /usr/sbin/abrt-dbus from 'unlink' accesses on the file duphash.
Summary: SELinux is preventing /usr/sbin/abrt-dbus from 'unlink' accesses on the file ...
Keywords:
Status: CLOSED DUPLICATE of bug 963239
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:616941304f60b1796bdab7f30a0...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-15 13:18 UTC by JayMac
Modified: 2013-05-15 13:28 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-15 13:28:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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