File: //usr/share/setroubleshoot/plugins/__pycache__/kernel_modules.cpython-36.pyc
3
nm�a�
� @ sD d dl Z e jddd�Zej Zd dlT d dlmZ G dd� de�ZdS ) � Nzsetroubleshoot-pluginsT)Zfallback)�*)�Pluginc @ sL e Zd Zed�Zed�ZdZdZed�Zed�Z ed�Z
dd� Zd d
� ZdS )�pluginzf
Your system may be seriously compromised! $SOURCE_PATH tried to modify kernel configuration.
a�
SELinux has prevented $SOURCE from modifying $TARGET. This denial
indicates $SOURCE was trying to modify the way the kernel runs or to
actually insert code into the kernel. All applications that need this
access should have already had policy written for them. If a compromised
application tries to modify the kernel this AVC will be generated. This is a
serious issue. Your system may very well be compromised.
z:Contact your security administrator and report this issue.� zUIf you do not think $SOURCE_BASE_PATH should try $ACCESS access on $TARGET_BASE_PATH.z]you may be under attack by a hacker, since confined applications should not need this access.c C s t j| t� d| _d S )NZred)r �__init__�__name__�level)�self� r
�3/usr/share/setroubleshoot/plugins/kernel_modules.pyr 0 s zplugin.__init__c
C s<