mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 06:45:55 +00:00
fix: 修复去除rolebiding change 权限
This commit is contained in:
parent
ac6052546a
commit
d4e4015d91
@ -49,6 +49,8 @@ exclude_permissions = (
|
||||
('rbac', 'contenttype', '*', '*'),
|
||||
('rbac', 'permission', 'add,delete,change', 'permission'),
|
||||
('rbac', 'rolebinding', '*', '*'),
|
||||
('rbac', 'systemrolebinding', 'change', 'systemrolebinding'),
|
||||
('rbac', 'orgrolebinding', 'change', 'orgrolebinding'),
|
||||
('rbac', 'role', '*', '*'),
|
||||
('ops', 'adhoc', 'delete,change', '*'),
|
||||
('ops', 'adhocexecution', 'add,delete,change', '*'),
|
||||
|
Loading…
Reference in New Issue
Block a user