fix: add auditor perm (#7768)

Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-03-08 15:53:02 +08:00
committed by GitHub
parent a930f3aab3
commit 9fd7fa9339

View File

@@ -14,6 +14,7 @@ auditor_perms = (
('common', 'permission', 'view', 'resourcestatistics'),
('audits', '*', '*', '*'),
('terminal', 'commandstorage', 'view', 'commandstorage'),
('terminal', 'sessionreplay', 'view,download', 'sessionreplay'),
('terminal', 'session', '*', '*'),
('terminal', 'command', '*', '*'),
('ops', 'commandexecution', 'view', 'commandexecution'),