mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 18:20:47 +00:00
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
# Request definition
|
|
[request_definition]
|
|
r = sub, obj, act
|
|
|
|
# Policy definition
|
|
[policy_definition]
|
|
p = sub, obj, act
|
|
|
|
# Policy effect
|
|
[policy_effect]
|
|
e = some(where (p.eft == allow))
|
|
|
|
# Matchers
|
|
[matchers]
|
|
m = r.sub == p.sub && r.obj == p.obj && r.act == p.act |