fix: 修复tree (#7802)

Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-03-11 17:24:28 +08:00
committed by GitHub
parent 10c877c120
commit 416d4bd0c3
3 changed files with 21 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ auditor_perms = user_perms + (
('terminal', 'sessionreplay', 'view,download', 'sessionreplay'),
('terminal', 'session', '*', '*'),
('terminal', 'command', '*', '*'),
('ops', 'commandexecution', 'view', 'commandexecution')
)