Bug 1001284 - SELinux is preventing /usr/lib64/xulrunner/plugin-container from 'read' accesses on the file gtkrc.
Summary: SELinux is preventing /usr/lib64/xulrunner/plugin-container from 'read' acces...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:d5be1a36e97161ca3d62f2dad16...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-26 20:23 UTC by JayMac
Modified: 2013-08-28 17:37 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-28 17:37:08 UTC
Type: ---


Attachments (Terms of Use)

Description JayMac 2013-08-26 20:23:24 UTC
Description of problem:
SELinux is preventing /usr/lib64/xulrunner/plugin-container from 'read' accesses on the file gtkrc.

*****  Plugin mozplugger (99.1 confidence) suggests  *************************

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

*****  Plugin catchall (1.81 confidence) suggests  ***************************

If you believe that plugin-container should be allowed read access on the gtkrc 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 plugin-containe /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c
                              0.c1023
Target Context                unconfined_u:object_r:admin_home_t:s0
Target Objects                gtkrc [ file ]
Source                        plugin-containe
Source Path                   /usr/lib64/xulrunner/plugin-container
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           xulrunner-23.0-2.fc19.x86_64
Target RPM Packages           
Policy RPM                    selinux-policy-3.12.1-73.fc19.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Permissive
Host Name                     (removed)
Platform                      Linux (removed) 3.10.9-200.fc19.x86_64 #1 SMP Wed
                              Aug 21 19:27:58 UTC 2013 x86_64 x86_64
Alert Count                   4
First Seen                    2013-08-26 20:19:58 BST
Last Seen                     2013-08-26 21:20:03 BST
Local ID                      29984f6c-3aa4-4f44-a95c-bce85b27d706

Raw Audit Messages
type=AVC msg=audit(1377548403.966:464): avc:  denied  { read } for  pid=3398 comm="plugin-containe" name="gtkrc" dev="dm-2" ino=656486 scontext=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file


type=AVC msg=audit(1377548403.966:464): avc:  denied  { open } for  pid=3398 comm="plugin-containe" path="/usr/share/themes/BLO/gtk-2.0/gtkrc" dev="dm-2" ino=656486 scontext=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file


type=SYSCALL msg=audit(1377548403.966:464): arch=x86_64 syscall=open success=yes exit=EFAULT a0=7fbe1b29fd90 a1=0 a2=0 a3=7fbe1b2d0040 items=0 ppid=2525 pid=3398 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=1 tty=(none) comm=plugin-containe exe=/usr/lib64/xulrunner/plugin-container subj=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 key=(null)

Hash: plugin-containe,mozilla_plugin_t,admin_home_t,file,read

Additional info:
reporter:       libreport-2.1.6
hashmarkername: setroubleshoot
kernel:         3.10.9-200.fc19.x86_64
type:           libreport

Potential duplicate: bug 802021

Comment 1 Daniel Walsh 2013-08-28 17:37:08 UTC
Looks like /usr/share/themes/BLO/gtk-2.0/gtkrc" is mislabeled.

restorecon -R -v /usr/share/themes


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