Skip to content

Commit

Permalink
feat: remove "act" in ABAC model text
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jan 10, 2025
1 parent 582a8f3 commit ca387c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/editor/casbin-mode/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ alice, data2, write`,
abac: {
name: 'ABAC',
model: `[request_definition]
r = sub, obj, act
r = sub, obj
[policy_definition]
p = sub, obj, act
p = sub, obj
[policy_effect]
e = some(where (p.eft == allow))
Expand Down

0 comments on commit ca387c8

Please sign in to comment.