fix: 修改 job 审计日志

This commit is contained in:
Aaron3S
2023-02-17 19:58:43 +08:00
committed by Jiangjie.Bai
parent 40b49e258e
commit a79a766a6a
11 changed files with 41 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ system_user_perms = (
_auditor_perms = (
('rbac', 'menupermission', 'view', 'audit'),
('audits', '*', '*', '*'),
('ops', 'jobauditlog', '*', '*'),
('audits', 'joblog', '*', '*'),
('terminal', 'commandstorage', 'view', 'commandstorage'),
('terminal', 'sessionreplay', 'view,download', 'sessionreplay'),
('terminal', 'session', '*', '*'),