Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.140
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
python3.9 /
site-packages /
sepolgen /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-39.opt-1.pyc
144
B
-rw-r--r--
__init__.cpython-39.pyc
144
B
-rw-r--r--
access.cpython-39.opt-1.pyc
11.09
KB
-rw-r--r--
access.cpython-39.pyc
11.09
KB
-rw-r--r--
audit.cpython-39.opt-1.pyc
16.86
KB
-rw-r--r--
audit.cpython-39.pyc
16.86
KB
-rw-r--r--
classperms.cpython-39.opt-1.py...
2.41
KB
-rw-r--r--
classperms.cpython-39.pyc
2.41
KB
-rw-r--r--
defaults.cpython-39.opt-1.pyc
2.24
KB
-rw-r--r--
defaults.cpython-39.pyc
2.24
KB
-rw-r--r--
interfaces.cpython-39.opt-1.py...
12.3
KB
-rw-r--r--
interfaces.cpython-39.pyc
12.3
KB
-rw-r--r--
lex.cpython-39.opt-1.pyc
20.88
KB
-rw-r--r--
lex.cpython-39.pyc
20.88
KB
-rw-r--r--
matching.cpython-39.opt-1.pyc
6.02
KB
-rw-r--r--
matching.cpython-39.pyc
6.02
KB
-rw-r--r--
module.cpython-39.opt-1.pyc
7
KB
-rw-r--r--
module.cpython-39.pyc
7
KB
-rw-r--r--
objectmodel.cpython-39.opt-1.p...
3.88
KB
-rw-r--r--
objectmodel.cpython-39.pyc
3.88
KB
-rw-r--r--
output.cpython-39.opt-1.pyc
3.46
KB
-rw-r--r--
output.cpython-39.pyc
3.46
KB
-rw-r--r--
policygen.cpython-39.opt-1.pyc
12.58
KB
-rw-r--r--
policygen.cpython-39.pyc
12.62
KB
-rw-r--r--
refparser.cpython-39.opt-1.pyc
28.57
KB
-rw-r--r--
refparser.cpython-39.pyc
28.57
KB
-rw-r--r--
refpolicy.cpython-39.opt-1.pyc
39.23
KB
-rw-r--r--
refpolicy.cpython-39.pyc
39.23
KB
-rw-r--r--
sepolgeni18n.cpython-39.opt-1....
394
B
-rw-r--r--
sepolgeni18n.cpython-39.pyc
394
B
-rw-r--r--
util.cpython-39.opt-1.pyc
6.21
KB
-rw-r--r--
util.cpython-39.pyc
6.21
KB
-rw-r--r--
yacc.cpython-39.opt-1.pyc
51.89
KB
-rw-r--r--
yacc.cpython-39.pyc
51.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : policygen.cpython-39.pyc
a ���h�; � @ s� d Z ddlZddlZddlmZ zddlT W n Y n0 ddlmZ ddlmZ ddlm Z ddlm Z dd lmZ dd lmZ dZ dZdZG dd � d �Zdefdd�Zdd� ZG dd� d�Zdd� ZdS )z> classes and algorithms for the generation of SELinux policy. � N)�*� )� refpolicy)�objectmodel)�access)� interfaces)�matching)�util� c @ s� e Zd ZdZddd�Zd dd�Zd!dd �Zefd d�Zdd � Z dd� Z dd� Zd"dd�Zdd� Z dd� Zdd� Zdd� Zdd� ZdS )#�PolicyGeneratora� Generate a reference policy module from access vectors. PolicyGenerator generates a new reference policy module or updates an existing module based on requested access in the form of access vectors. It generates allow rules and optionally module require statements, reference policy interfaces, and extended permission access vector rules. By default only allow rules are generated. The methods .set_gen_refpol, .set_gen_requires and .set_gen_xperms turns on interface generation, requires generation, and xperms rules generation respectively. PolicyGenerator can also optionally add comments explaining why a particular access was allowed based on the audit messages that generated the access. The access vectors passed in must have the .audit_msgs field set correctly and .explain set to SHORT|LONG_EXPLANATION to enable this feature. The module created by PolicyGenerator can be passed to output.ModuleWriter to output a text representation. Nc C s>