← Back
Editing: mozplugger_remove.cpython-312.opt-1.pyc
� �Z`� � �x � d dl Z e j dd�� Zej Zd dl� d dlmZ G d� de� Zy) � Nzsetroubleshoot-pluginsT)�fallback)�*)�Pluginc �p � e Zd Z ed� Z ed� Z ed� Z ed� Z ed� ZdZ dZ d� Zd � Zy )�pluginz4SELinux is preventing $SOURCE_PATH "$ACCESS" access.a/ 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. z� 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 zhIf you want to to continue using SELinux Firefox plugin containment rather then using mozplugger packagez'you must remove the mozplugger package.z# yum remove mozpluggerzyum remove mozpluggerc �Z � t j | t � | j d� y )N�c )r �__init__�__name__�set_priority)�selfs �6/usr/share/setroubleshoot/plugins/mozplugger_remove.pyr zplugin.__init__2 s � �����h�'����"�� c �^ � |j dg� rt d� r| j � S y )N�mozilla_plugin_t� mozplugger)�matches_source_types�get_package_nvr_by_name�report)r �avcs r �analyzezplugin.analyze6 s+ � ��$�$�&8�%9�:�'��5��;�;�=� �r N) r � __module__�__qualname__�_�summary�problem_description�fix_description�if_text� then_text�do_text�fix_cmdr r � r r r r sZ � ��J�K�G�� � �� � � �O� �z�{�G��;�<�I�+�G�%�G��r r )�gettext�translationr �setroubleshoot.util�setroubleshoot.Pluginr r r"