[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
lib
/
python3.6
/
site-packages
/
sepolgen
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 __pycache__
SET
[ DEL ]
📄 __init__.py
0 B
SET
[ EDIT ]
|
[ DEL ]
📄 access.py
11,974 B
SET
[ EDIT ]
|
[ DEL ]
📄 audit.py
21,980 B
SET
[ EDIT ]
|
[ DEL ]
📄 classperms.py
2,818 B
SET
[ EDIT ]
|
[ DEL ]
📄 defaults.py
2,901 B
SET
[ EDIT ]
|
[ DEL ]
📄 interfaces.py
16,465 B
SET
[ EDIT ]
|
[ DEL ]
📄 lex.py
42,905 B
SET
[ EDIT ]
|
[ DEL ]
📄 matching.py
8,656 B
SET
[ EDIT ]
|
[ DEL ]
📄 module.py
7,287 B
SET
[ EDIT ]
|
[ DEL ]
📄 objectmodel.py
6,518 B
SET
[ EDIT ]
|
[ DEL ]
📄 output.py
5,116 B
SET
[ EDIT ]
|
[ DEL ]
📄 policygen.py
15,352 B
SET
[ EDIT ]
|
[ DEL ]
📄 refparser.py
30,914 B
SET
[ EDIT ]
|
[ DEL ]
📄 refpolicy.py
32,162 B
SET
[ EDIT ]
|
[ DEL ]
📄 sepolgeni18n.py
921 B
SET
[ EDIT ]
|
[ DEL ]
📄 util.py
5,488 B
SET
[ EDIT ]
|
[ DEL ]
📄 yacc.py
137,316 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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' ) _ = t.gettext except: def _(str): return str