← Back
Editing: mmap_zero.cpython-312.opt-1.pyc
� �Z`M � �x � d dl Z e j dd�� Zej Zd dl� d dlmZ G d� de� Zy) � Nzsetroubleshoot-pluginsT)�fallback)�*)�Pluginc �p � e Zd Z ed� Z ed� ZdZdZ ed� Z ed� Z ed� Z d� Zd� Zy ) �pluginze Your system may be seriously compromised! $SOURCE_PATH attempted to mmap low kernel memory. a7 SELinux has denied the $SOURCE the ability to mmap low area of the kernel address space. The ability to mmap a low area of the address space is configured by /proc/sys/kernel/mmap_min_addr. Preventing such mappings helps protect against exploiting null deref bugs in 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 would be generated. This is a serious issue. Your system may very well be compromised. z:Contact your security administrator and report this issue.� zNIf you do not think $SOURCE_PATH should need to mmap low memory in the kernel.zEyou may be under attack by a hacker, this is a very dangerous access.c �h � t j | t � | j d� d| _ y )N� �red)r �__init__�__name__�set_priority�level)�selfs �./usr/share/setroubleshoot/plugins/mmap_zero.pyr zplugin.__init__1 s% � �����h�'����"���� � c �H � |j dg� r| j � S y )N� mmap_zero)�has_any_access_in�report)r �avcs r �analyzezplugin.analyze5 s! � �� � �+��/��;�;�=� �r N) r � __module__�__qualname__�_�summary�problem_description�fix_description�fix_cmd�if_text� then_text�do_textr r � r r r r s[ � � � � �G� � � �� T�O��G��`�a�G��Y�Z�I��L�M�G��r r )�gettext�translationr �setroubleshoot.util�setroubleshoot.Pluginr r r# r r �<module>r( s<