Sign in
apache
/
casbin-cpp
/
HEAD
/
.
/
examples
/
performance
/
rbac_with_pattern_large_scale_model.conf
blob: 19c405223a56a91767211c5c3f5cf8e7114a2d1f [
file
] [
log
] [
blame
]
[
request_definition
]
r
=
sub
,
obj
,
act
[
policy_definition
]
p
=
sub
,
obj
,
act
[
role_definition
]
g
=
_
,
_
,
_
[
policy_effect
]
e
=
some
(
where
(
p
.
eft
==
allow
))
[
matchers
]
m
=
g
(
r
.
sub
,
p
.
sub
,
r
.
obj
)
&&
keyMatch4
(
r
.
obj
,
p
.
obj
)
&&
regexMatch
(
r
.
act
,
p
.
act
)