11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
[request_definition]
|
|
r = role, obj, act
|
|
|
|
[policy_definition]
|
|
p = role, obj, act
|
|
|
|
[policy_effect]
|
|
e = some(where (p.eft == allow)) && !some(where (p.eft == deny))
|
|
|
|
[matchers]
|
|
m = keymatch(r.role, p.role) && keyMatch(r.obj, p.obj) && (r.act == p.act || p.act == "*") |