mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-21 21:48:05 +00:00
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
|
[request_definition]
|
||
|
r = uid, permission, act
|
||
|
|
||
|
[policy_definition]
|
||
|
p = uid, permission, act, eft
|
||
|
|
||
|
[role_definition]
|
||
|
g = _, _
|
||
|
|
||
|
[policy_effect]
|
||
|
e = some(where (p.eft == allow)) && !some(where (p.eft == deny))
|
||
|
|
||
|
[matchers]
|
||
|
m = g(r.uid, p.uid) && r.permission == p.permission && r.act == p.act
|