⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.67
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
setroubleshoot
/
plugins
/
__pycache__
/
View File Name :
vbetool.cpython-39.pyc
a Z` @ sT d dl Z e jdddZej Zd dlT d dlmZ d dlZd dlZG dd deZdS ) Nzsetroubleshoot-pluginsT)Zfallback)*)Pluginc @ sL e Zd ZedZedZedZdZedZedZ dZ dd Zd d ZdS ) pluginzS SELinux has prevented vbetool from performing an unsafe memory operation. a SELinux denied an operation requested by $SOURCE, a program used to alter video hardware state. This program is known to use an unsafe operation on system memory but so are a number of malware/exploit programs which masquerade as vbetool. This tool is used to reset video state when a machine resumes from a suspend. If your machine is not resuming properly your only choice is to allow this operation and reduce your system security against such malware. z If you decide to continue to run the program in question you will need to allow this operation. This can be done on the command line by executing: # setsebool -P mmap_low_allowed 1 z)/usr/sbin/setsebool -P mmap_low_allowed 1zfIf you want to ignore this AVC because it is dangerous and your machine seems to be working correctly.zRyou must tell SELinux about this by enabling the vbetool_mmap_zero_ignore boolean.z)# setsebool -P vbetool_mmap_zero_ignore 1c C s t | t d| _td| _d S )NTzTurn off memory protection)r __init____name__Zfixable_Zbutton_text)self r ,/usr/share/setroubleshoot/plugins/vbetool.pyr ; s zplugin.__init__c C s6 | dgr2|dgr2t|jjdkr2| S d S )NZ mmap_zeroZ vbetool_tr )Zhas_any_access_inZmatches_source_typesosstatZspathst_uidZreport)r Zavcr r r analyze@ s zplugin.analyzeN) r __module____qualname__r ZsummaryZproblem_descriptionZfix_descriptionZfix_cmdZif_textZ then_textZdo_textr r r r r r r s r ) gettextZtranslationr Zsetroubleshoot.utilZsetroubleshoot.Pluginr rer r r r r r
s