# Copyright 2017 Canonical Ltd. # Licensed under the LGPLv3, see LICENCE file for details. # StdNamespace holds the URI of the standard checkers schema. STD_NAMESPACE = 'std' # Constants for all the standard caveat conditions. # First and third party caveat conditions are both defined here, # even though notionally they exist in separate name spaces. COND_DECLARED = 'declared' COND_TIME_BEFORE = 'time-before' COND_ERROR = 'error' COND_ALLOW = 'allow' COND_DENY = 'deny' COND_NEED_DECLARED = 'need-declared'
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 1.56 KB | 0644 |
|
_auth_context.py | File | 1.71 KB | 0644 |
|
_caveat.py | File | 4.11 KB | 0644 |
|
_checkers.py | File | 8.02 KB | 0644 |
|
_conditions.py | File | 515 B | 0644 |
|
_declared.py | File | 2.78 KB | 0644 |
|
_namespace.py | File | 5.33 KB | 0644 |
|
_operation.py | File | 586 B | 0644 |
|
_time.py | File | 2.13 KB | 0644 |
|
_utils.py | File | 377 B | 0644 |
|