Bug 1278748

Summary: SELinux is preventing /usr/libexec/abrt-hook-ccpp from 'getattr' accesses on the file /usr/bin/epiphany.
Product: [Fedora] Fedora Reporter: Rubén <rlledo>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: dominick.grift, dwalsh, lvrabec, mgrepl, plautrba
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:95d1c6f017d4c7a588a3a330e93871f5df941e8014d0f2b8470354ec7dfc13a0;VARIANT_ID=workstation;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-08 09:30:03 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:
Attachments:
Description Flags
File: screenshot.png none

Description Rubén 2015-11-06 10:52:39 UTC
Description of problem:
Epiphany crashed when I clicked in a button to download a shell theme at http://gnome-look.org
SELinux is preventing /usr/libexec/abrt-hook-ccpp from 'getattr' accesses on the file /usr/bin/epiphany.

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

If cree que de manera predeterminada, abrt-hook-ccpp debería permitir acceso getattr sobre  epiphany file.     
Then debería reportar esto como un error.
Puede generar un módulo de política local para permitir este acceso.
Do
permita el acceso momentáneamente executando:
# grep abrt-hook-ccpp /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                system_u:system_r:abrt_dump_oops_t:s0
Target Context                system_u:object_r:mozilla_exec_t:s0
Target Objects                /usr/bin/epiphany [ file ]
Source                        abrt-hook-ccpp
Source Path                   /usr/libexec/abrt-hook-ccpp
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           
Target RPM Packages           
Policy RPM                    <Unknown>
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 4.2.5-300.fc23.x86_64 #1 SMP Tue
                              Oct 27 04:29:56 UTC 2015 x86_64 x86_64
Alert Count                   1
First Seen                    2015-11-06 11:34:46 CET
Last Seen                     2015-11-06 11:34:46 CET
Local ID                      68b8791f-0989-4d87-bd4d-979cbda5dc2c

Raw Audit Messages
type=AVC msg=audit(1446806086.425:617): avc:  denied  { getattr } for  pid=23074 comm="abrt-hook-ccpp" path="/usr/bin/epiphany" dev="dm-0" ino=141718 scontext=system_u:system_r:abrt_dump_oops_t:s0 tcontext=system_u:object_r:mozilla_exec_t:s0 tclass=file permissive=0


type=SYSCALL msg=audit(1446806086.425:617): arch=x86_64 syscall=stat success=no exit=EACCES a0=5576aa128390 a1=7fff8c952650 a2=7fff8c952650 a3=5576aa128560 items=0 ppid=6 pid=23074 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=abrt-hook-ccpp exe=/usr/libexec/abrt-hook-ccpp subj=system_u:system_r:abrt_dump_oops_t:s0 key=(null)

Hash: abrt-hook-ccpp,abrt_dump_oops_t,mozilla_exec_t,file,getattr


Additional info:
reporter:       libreport-2.6.3
hashmarkername: setroubleshoot
kernel:         4.2.5-300.fc23.x86_64
type:           libreport

Comment 1 Rubén 2015-11-06 10:52:44 UTC
Created attachment 1090592 [details]
File: screenshot.png

Comment 2 Miroslav Grepl 2015-11-08 09:30:03 UTC

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