2018-11-08 11:57:00 +00:00
|
|
|
"""Permission constants."""
|
|
|
|
CAT_ENTITIES = 'entities'
|
2018-12-13 14:30:20 +00:00
|
|
|
CAT_CONFIG_ENTRIES = 'config_entries'
|
2018-11-08 11:57:00 +00:00
|
|
|
SUBCAT_ALL = 'all'
|
|
|
|
|
|
|
|
POLICY_READ = 'read'
|
|
|
|
POLICY_CONTROL = 'control'
|
|
|
|
POLICY_EDIT = 'edit'
|