aboutsummaryrefslogtreecommitdiffstats
path: root/moon_orchestrator/conf/policies/policy_mls_authz/metarule.json
blob: e068927cf2f204ae758cee943c7e22c026d465b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "sub_meta_rules": {
		"mls_rule": {
			"subject_categories": ["subject_security_level"],
			"action_categories": ["resource_action"],
			"object_categories": ["object_security_level"],
			"algorithm": "inclusion"
		}
	},
	"aggregation": "all_true"
}