Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 11, 2024
1 parent c859b20 commit 4e35d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Role:

# Interact with privilege framework
'PRIVILEGE_READ': Role(),
'PRIVILEGE_WRITE': Role(),
'PRIVILEGE_WRITE': Role(includes=['PRIVILEGE_WRITE']),

'REPORTING_READ': Role(),
'REPORTING_WRITE': Role(includes=['REPORTING_READ']),
Expand Down

0 comments on commit 4e35d4e

Please sign in to comment.