mirror of https://github.com/jumpserver/jumpserver
parent
29b9adb684
commit
af2ba07338
|
@ -62,6 +62,8 @@ exclude_permissions = (
|
|||
('tickets', 'ticketapprovalrule', '*', '*'),
|
||||
('xpack', 'interface', '*', '*'),
|
||||
('xpack', 'license', '*', '*'),
|
||||
('xpack', 'syncinstancedetail', 'add,delete,change', 'syncinstancedetail'),
|
||||
('xpack', 'syncinstancetaskexecution', 'add,delete,change', 'syncinstancetaskexecution'),
|
||||
('common', 'permission', 'add,delete,view,change', 'permission'),
|
||||
('terminal', 'command', 'delete,change', 'command'),
|
||||
('terminal', 'status', 'delete,change', 'status'),
|
||||
|
|
Loading…
Reference in New Issue