summaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/mls_conf/authz/rules.json
blob: 7badb6f5809096c8c0767e7d7545c4b59f1240f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "relation_super":[
    ["high", "vm_admin", "medium"],
    ["high", "vm_admin", "low"],
    ["medium", "vm_admin", "low"],
    ["high", "vm_access", "high"],
    ["high", "vm_access", "medium"],
    ["high", "vm_access", "low"],
    ["medium", "vm_access", "medium"],
    ["medium", "vm_access", "low"],
    ["low", "vm_access", "low"]
  ]
}