blob: 3c1d47eec23d896fb13bfe18de6d8001d99fa158 [file] [log] [blame]
[request_definition]
r = sub, obj, act #This is an inline comment, splited by a comma
[policy_definition]
p = sub, obj, act #This is an inline comment, splited by a comma
[role_definition]
# This is a comment, splited by a comma
g = _, _ # This is an inline comment, splited by a comma
# This is a comment, splited by a comma
[policy_effect]
e = some(where (p.eft == allow)) #This is an inline comment, splited by a comma
[matchers]
m = g(r.sub, p.sub) && r.obj == p.obj && r.act == p.act # This is an inline comment, splited by a comma