Server IP : 184.154.167.98 / Your IP : 3.133.131.95 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/setroubleshoot/plugins/__pycache__/ |
Upload File : |
3 nm�a{ � @ sD d dl Z e jddd�Zej Zd dlT d dlmZ G dd� de�ZdS ) � Nzsetroubleshoot-pluginsT)Zfallback)�*)�Pluginc @ sD e Zd Zed�Zed�ZdZed�Zed�ZdZ dd� Z dd � Zd S )�pluginzK SELinux is preventing $SOURCE_PATH the "sys_resource" capability. aE Confined domains should not require "sys_resource". This usually means that your system is running out some system resource like disk space, memory, quota etc. Please clear up the disk and this AVC message should go away. If this AVC continues after you clear up the disk space, please report this as a bug. z1Fix the cause of the SYS_RESOURCE on your system.zgIf you do not want processes to require capabilities to use up all the system resources on your system;a� you need to diagnose why your system is running out of system resources and fix the problem. According to /usr/include/linux/capability.h, sys_resource is required to: /* Override resource limits. Set resource limits. */ /* Override quota limits. */ /* Override reserved space on ext2 filesystem */ /* Modify data journaling mode on ext3 filesystem (uses journaling resources) */ /* NOTE: ext2 honors fsuid when checking for resource overrides, so you can override using fsuid too */ /* Override size restrictions on IPC message queues */ /* Allow more than 64hz interrupts from the real-time clock */ /* Override max number of consoles on console allocation */ /* Override max number of keymaps */ c C s t j| t� d| _d S )NZgreen)r �__init__�__name__�level)�self� r �1/usr/share/setroubleshoot/plugins/sys_resource.pyr : s zplugin.__init__c C s |j dg�r| j� S d S )NZsys_resource)Zhas_any_access_inZreport)r Zavcr r r �analyze>