D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
crypto-policies
/
python
/
cryptopolicies
/
validation
/
Filename :
general.py
back
Copy
# SPDX-License-Identifier: LGPL-2.1-or-later # Copyright (c) 2021 Red Hat, Inc. class PolicySyntaxError(ValueError, UserWarning): pass class PolicyFileNotFoundError(FileNotFoundError): def __init__(self, pname, fname, paths): super().__init__(f'Unknown policy `{pname}`: ' f'file `{fname}` not found in ({", ".join(paths)})')
Name
Size
Last Modified
Owner
Permissions
Actions
__pycache__
Dir
December 10 2023 3:44:18
root
0755
__init__.py
0.278
KB
August 01 2023 3:18:06
root
0644
alg_lists.py
0.651
KB
August 01 2023 3:18:06
root
0644
general.py
0.362
KB
August 01 2023 3:18:06
root
0644
rules.py
1.141
KB
August 01 2023 3:18:06
root
0644
scope.py
1.925
KB
August 01 2023 3:18:06
root
0644
2017 © D7net | D704T team