1[request_definition] 2r = sub, obj, act 3 4[policy_definition] 5p = sub, obj, act 6 7[policy_effect] 8e = some(where (p.eft == allow)) 9 10[matchers] 11m = r.sub == p.sub && r.obj == p.obj && r.act == p.act
View as plain text