perf: 修改usersession 模块位置

This commit is contained in:
feng
2023-09-15 17:15:15 +08:00
committed by Bryan
parent bb1e674367
commit 1c2a362beb
18 changed files with 165 additions and 136 deletions

View File

@@ -36,7 +36,6 @@ system_user_perms += (user_perms + _view_all_joined_org_perms)
_auditor_perms = (
('rbac', 'menupermission', 'view', 'audit'),
('users', 'usersession', '*', '*'),
('audits', '*', '*', '*'),
('audits', 'joblog', '*', '*'),
('terminal', 'commandstorage', 'view', 'commandstorage'),