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