← Back
Editing: chrome.cpython-312.opt-1.pyc
� �Z`i � �x � d dl Z e j dd�� Zej Zd dl� d dlmZ G d� de� Zy) � Nzsetroubleshoot-pluginsT)�fallback)�*)�Pluginc �v � e Zd Z ed� Z ed� Z ed� Z ed� Zd� Z ed� Z dZ dZd � Zd � Z y)�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. spice-xpi run applications within mozilla-plugins that require access to the desktop, that the mozilla_plugin lockdown will not allow, so either you need to turn off the mozilla_plugin lockdown or not use these packages. z� Either remove the mozplugger or spice-xpi package by executing 'yum remove mozplugger spice-xpi', or turn off enforcement of SELinux over the Chrome plugins. setsebool -P unconfined_chrome_sandbox_transition 0 z!If you want to use the %s packagec �&