|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/share/setroubleshoot/plugins/ |
Upload File : |
mň
Ą8Hc @ sk d k Z e i d d d e i Z d k Td k l Z d k Z d k Td k
Z
d e f d YZ d S( Ns setroubleshoot-pluginss /usr/share/localet fallback( t *( s Plugint pluginc B sD t Z e d Z e d Z e d Z d Z d Z d Z RS( Ns`
SELinux is preventing $SOURCE ($SOURCE_TYPE) "$ACCESS" to $TARGET_PATH ($TARGET_TYPE).
sC
SELinux denied access requested by $SOURCE. $TARGET_PATH may
be a mislabeled. $TARGET_PATH default SELinux type is
<B>$MATCHTYPE</B>, while its current type is <B>$TARGET_TYPE</B>. Changing
this file back to the default type, may fix your problem.
File contexts can get assigned to a file can following ways. <ul>
<li>Files created in a directory recieve the file context of the parent directory by default.
<li>Users can change the file context on a file using tools like chcon, or restorecon.
<li>The kernel can decide via policy that an application running as context A Creating a file in a directory labeled B will create files labeled C.
</ul>
This file could have been mislabeled either by user error, or if an normally confined application was run under the wrong domain.
Of course this could also indicate a bug in SELinux, in that the file should not be labeled with
this type. If you believe this is a bug, please file a <a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi">bug report</a>
against this package.
sç
You can restore the default system context to this file by executing the
restorecon command. restorecon '$TARGET_PATH', if this file is a directory,
you can recursively restore using restorecon -R '$TARGET_PATH'.
s restorecon '$TARGET_PATH'c C s! t i | t | i d d S( Ni7 ( t Plugint __init__t selft __name__t set_priority( R ( ( t/ /usr/share/setroubleshoot/plugins/restorecon.pyR >