Sign in
apache
/
casbin-node-casbin
/
refs/heads/beta
/
.
/
examples
/
in_operator_model.conf
blob: c83ac9b33c8e75edf2cb802f38235f0d21ab7294 [
file
] [
log
] [
blame
]
[
request_definition
]
r
=
sub
,
obj
[
policy_definition
]
p
=
sub
,
obj
,
act
[
policy_effect
]
e
=
some
(
where
(
p
.
eft
==
allow
))
[
matchers
]
m
=
r
.
sub
.
Owner
==
r
.
obj
.
Owner
&&
r
.
sub
.
Doc
in
(
r
.
obj
.
Docs
)