File: //usr/share/setroubleshoot/plugins/restorecon_source.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 d l Z d d l Td d l Z d d l Z d e f d � � YZ
d S( i����Ns setroubleshoot-pluginst fallback( t *( t Plugint pluginc B sh e Z e d � Z d Z e d � Z d � Z e d � Z d � Z e d � Z d Z
d � Z d � Z RS(
sN
SELinux is preventing $SOURCE_PATH "$ACCESS" access to $TARGET_PATH.
s /sbin/restorecon $SOURCE_PATHs�
You can restore the default system context to this file by executing the
restorecon command. restorecon '$SOURCE_PATH'.
c C s t d � | d S( Nsm
SELinux denied access requested by $SOURCE. $SOURCE_PATH may
be mislabeled. $SOURCE_PATH default SELinux type is
<B>%s</B>, but its current type is <B>$SOURCE_TYPE</B>. Changing
this file back to the default type may fix your problem.
<p>
This file could have been mislabeled either by user error, or if an normally confined application
was run under the wrong domain.
<p>
However, this might also indicate a bug in SELinux because the file should not have been labeled
with this type.
<p>
If you believe this is a bug, please file a bug report against this package.
i ( t _( t selft avct args( ( s6 /usr/share/setroubleshoot/plugins/restorecon_source.pyt get_problem_description, s
sG If you want to fix the label.
$SOURCE_PATH default label should be %s.c C s | j | d S( Ni ( t if_text( R R R ( ( s6 /usr/share/setroubleshoot/plugins/restorecon_source.pyt get_if_text>