blob: 4863b230a52fcc1bca3b753782691c627e2c5976 [file] [log] [blame]
[request_definition]
r = sub, act
[role_definition]
g = _, _
[policy_definition]
p = sub, act
[policy_effect]
e = some(where (p.eft == allow))
[matchers]
m = g(r.sub, p.sub) && r.act == p.act || r.sub == "PlatformAdmin"