X7ROOT File Manager
Current Path:
/usr/share/crypto-policies/python/policygenerators
usr
/
share
/
crypto-policies
/
python
/
policygenerators
/
π
..
π
__init__.py
(837 B)
π
__pycache__
π
bind.py
(2.23 KB)
π
configgenerator.py
(401 B)
π
gnutls.py
(5.47 KB)
π
java.py
(3.58 KB)
π
krb5.py
(1.61 KB)
π
libreswan.py
(4.71 KB)
π
libssh.py
(4.01 KB)
π
nss.py
(4.79 KB)
π
openssh.py
(8.18 KB)
π
openssl.py
(5.46 KB)
Editing: 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)
Upload File
Create Folder