Skip to content

Commit

Permalink
fix: fix typo in subject_priority_policy.csv (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
diipanshuu authored Feb 4, 2023
1 parent ba83cb3 commit ada2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/subject_priority_policy.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ p, root, data1, read, deny
p, admin, data1, read, deny

p, editor, data1, read, deny
p, subscriber, data1, deny
p, subscriber, data1, read, deny

p, jane, data1, read, allow
p, alice, data1, read, allow
Expand Down

0 comments on commit ada2543

Please sign in to comment.