aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/conf/policies/policy_mls_authz/rule.json
blob: b17dc82213d7ed71a300b89c2f703ce6401e1b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"mls_rule":[
		["high", "vm_admin", "medium"],
		["high", "vm_admin", "low"],
		["medium", "vm_admin", "low"],
		["high", "vm_access", "medium"],
		["high", "vm_access", "low"],
		["medium", "vm_access", "low"],
	  	["high", "storage_admin", "medium"],
		["high", "storage_admin", "low"],
		["medium", "storage_admin", "low"],
		["high", "storage_access", "medium"],
		["high", "storage_access", "low"],
		["medium", "storage_access", "low"]
	]
}