Sign in
apache
/
casbin-jcasbin
/
refs/heads/copilot/fix-eval-function-implementation
/
.
/
examples
/
abac_rule_custom_function_model.conf
blob: 3ebaa454dea818c882d72ab417a33c62715c787e [
file
] [
log
] [
blame
]
[
request_definition
]
r
=
sub
,
obj
,
act
[
policy_definition
]
p
=
sub_rule
,
obj
,
act
[
policy_effect
]
e
=
some
(
where
(
p
.
eft
==
allow
))
[
matchers
]
m
=
eval
(
p
.
sub_rule
)
&&
r
.
act
==
p
.
act