File: //usr/share/setroubleshoot/plugins/mozplugger_remove.pyc
�
c�L]c @ s^ d d l Z e j d d e �Z e j Z d d l Td d l m Z d e f d � � YZ d S( i����Ns setroubleshoot-pluginst fallback( t *( t Plugint pluginc B sb e Z e d � Z e d � Z e d � Z e d � Z e d � Z d Z d Z d � Z
d � Z RS( s4 SELinux is preventing $SOURCE_PATH "$ACCESS" access.s/
SELinux denied access requested by $SOURCE. It is not
expected that this access is required by $SOURCE and this access
may signal an intrusion attempt. It is also possible that the specific
version or configuration of the application is causing it to require
additional access.
s�
Either remove the mozplluger package by executing 'yum remove mozplugger'
Or turn off enforcement of SELinux over the Firefox plugins.
setsebool -P unconfined_mozilla_plugin_transition 0
sh If you want to to continue using SELinux Firefox plugin containment rather then using mozplugger packages'