fix: exclude (#7791)

Co-authored-by: feng626 <1304903146@qq.com>
pull/7792/head^2
fit2bot 2022-03-10 18:11:33 +08:00 committed by GitHub
parent 29b9adb684
commit af2ba07338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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'),