Sign in
apache
/
casbin-Casbin.NET
/
refs/heads/copilot/log-expression-handler-errors
/
.
/
Casbin.UnitTests
/
Examples
/
subject_priority_model.conf
blob: a842841403a6cb8851c113f13db6edf93f513841 [
file
] [
log
] [
blame
]
[
request_definition
]
r
=
sub
,
obj
,
act
[
policy_definition
]
p
=
sub
,
obj
,
act
,
eft
[
role_definition
]
g
=
_
,
_
[
policy_effect
]
e
=
subjectPriority
(
p
.
eft
)
||
deny
[
matchers
]
m
=
g
(
r
.
sub
,
p
.
sub
)
&&
r
.
obj
==
p
.
obj
&&
r
.
act
==
p
.
act