14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
[request_definition]
|
|
r = sub, dom, obj, act
|
|
|
|
[policy_definition]
|
|
p = sub, dom, obj, act
|
|
|
|
[role_definition]
|
|
g = _, _, _
|
|
|
|
[policy_effect]
|
|
e = some(where (p.eft == allow))
|
|
|
|
[matchers]
|
|
m = regexMatch(r.sub, "^super:") || (g(r.sub, p.sub, r.dom) && r.dom == p.dom && r.obj == p.obj && r.act == p.act) |