Bug 986562

Summary: SELinux is preventing /opt/google/chrome/chrome from 'open' accesses on the file /home/zz/libpeerconnection.log.
Product: [Fedora] Fedora Reporter: Old Uncle <old.uncle.z>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:d1e61f6335d4a554c3ed77c0b6ab3a09f3d96e3f8858cca0e634ca36da314b61
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-21 11:14:10 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 Old Uncle 2013-07-20 17:08:34 UTC
Description of problem:
Just opened newly installed Chrome
SELinux is preventing /opt/google/chrome/chrome from 'open' accesses on the file /home/zz/libpeerconnection.log.

*****  Plugin restorecon (66.7 confidence) suggests  *************************

If you want to fix the label. 
/home/zz/libpeerconnection.log default label should be user_home_t.
Then you can run restorecon.
Do
# /sbin/restorecon -v /home/zz/libpeerconnection.log

*****  Plugin chrome (33.6 confidence) suggests  *****************************

If you want to use the plugin package
Then you must turn off SELinux controls on the Chrome plugins.
Do
# setsebool unconfined_chrome_sandbox_transition 0

*****  Plugin catchall (1.16 confidence) suggests  ***************************

If you believe that chrome should be allowed open access on the libpeerconnection.log 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 chrome /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c
                              0.c1023
Target Context                unconfined_u:object_r:user_home_dir_t:s0
Target Objects                /home/zz/libpeerconnection.log [ file ]
Source                        chrome
Source Path                   /opt/google/chrome/chrome
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           google-chrome-stable-28.0.1500.71-209842.i386
Target RPM Packages           
Policy RPM                    selinux-policy-3.12.1-63.fc19.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 3.9.9-302.fc19.i686 #1 SMP Sat Jul
                              6 14:02:05 UTC 2013 i686 i686
Alert Count                   1
First Seen                    2013-07-20 21:07:10 GET
Last Seen                     2013-07-20 21:07:10 GET
Local ID                      ce91b27b-e398-4e8d-a10d-57b46b8fff36

Raw Audit Messages
type=AVC msg=audit(1374340030.0:938): avc:  denied  { open } for  pid=13119 comm="chrome" path="/home/zz/libpeerconnection.log" dev="dm-0" ino=2355668 scontext=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_dir_t:s0 tclass=file


type=SYSCALL msg=audit(1374340030.0:938): arch=i386 syscall=open success=no exit=EACCES a0=b7da71ec a1=8441 a2=1b6 a3=b7dcbb00 items=0 ppid=0 pid=13119 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=11 tty=(none) comm=chrome exe=/opt/google/chrome/chrome subj=unconfined_u:unconfined_r:chrome_sandbox_t:s0-s0:c0.c1023 key=(null)

Hash: chrome,chrome_sandbox_t,user_home_dir_t,file,open

Additional info:
reporter:       libreport-2.1.5
hashmarkername: setroubleshoot
kernel:         3.9.9-302.fc19.i686
type:           libreport

Potential duplicate: bug 979640

Comment 1 Daniel Walsh 2013-07-21 11:14:10 UTC

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