blob: 21a99eb2ae97be21dce8cc28e4aaffe20ec200dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "Simple_Policy",
"genre": "authz",
"description": "Simple Security Policy",
"pdp_pipeline": ["authz:rbac_rule", "authz:mls_rule"],
"subject_categories": [
"subject_security_level",
"domain",
"role"
],
"action_categories": [
"resource_action",
"access"
],
"object_categories": [
"object_security_level",
"type",
"object_id"
]
}
|