mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-10 11:49:10 +00:00
@@ -79,7 +79,6 @@ exclude_permissions = (
|
||||
('rbac', 'systemrolebinding', 'change', 'systemrolebinding'),
|
||||
('rbac', 'orgrolebinding', 'change', 'orgrolebinding'),
|
||||
('rbac', 'menupermission', '*', 'menupermission'),
|
||||
('rbac', 'role', '*', '*'),
|
||||
('ops', 'adhocexecution', 'view,add,delete,change', '*'),
|
||||
('ops', 'jobexecution', 'change,delete', 'jobexecution'),
|
||||
('ops', 'historicaljob', '*', '*'),
|
||||
@@ -132,7 +131,7 @@ only_system_permissions = (
|
||||
('rbac', 'systemrole', '*', '*'),
|
||||
('rbac', 'rolebinding', '*', '*'),
|
||||
('rbac', 'systemrolebinding', '*', '*'),
|
||||
('rbac', 'orgrole', 'delete,add,change', '*'),
|
||||
('rbac', 'orgrole', 'delete,add,change', 'orgrole'),
|
||||
('orgs', 'organization', '*', '*'),
|
||||
('xpack', 'license', '*', '*'),
|
||||
('settings', 'setting', '*', '*'),
|
||||
|
Reference in New Issue
Block a user