Sign in
apache
/
casbin-pycasbin
/
refs/heads/develop
/
.
/
examples
/
rbac_with_multiply_matched_pattern.csv
blob: ab2aa3fb1e0e608198439023f4b000484f19ceb4 [
file
] [
log
] [
blame
]
# https://github.com/casbin/pycasbin/issues/171
p
,
root
,
*,
owner
g
,
root@localhost
,
root
g2
,
*.
read
,
viewer
g2
,
*.
read
,
editor
g2
,
*.
update
,
editor
g2
,
*.
read
,
admin
g2
,
*.
update
,
admin
g2
,
*.
create
,
admin
g2
,
*.
delete
,
admin
g2
,
*.*,
owner