mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 09:21:02 +00:00
fix: add auditor perm (#7768)
Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
@@ -14,6 +14,7 @@ auditor_perms = (
|
|||||||
('common', 'permission', 'view', 'resourcestatistics'),
|
('common', 'permission', 'view', 'resourcestatistics'),
|
||||||
('audits', '*', '*', '*'),
|
('audits', '*', '*', '*'),
|
||||||
('terminal', 'commandstorage', 'view', 'commandstorage'),
|
('terminal', 'commandstorage', 'view', 'commandstorage'),
|
||||||
|
('terminal', 'sessionreplay', 'view,download', 'sessionreplay'),
|
||||||
('terminal', 'session', '*', '*'),
|
('terminal', 'session', '*', '*'),
|
||||||
('terminal', 'command', '*', '*'),
|
('terminal', 'command', '*', '*'),
|
||||||
('ops', 'commandexecution', 'view', 'commandexecution'),
|
('ops', 'commandexecution', 'view', 'commandexecution'),
|
||||||
|
Reference in New Issue
Block a user