mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-10 11:49:10 +00:00
perf: 优化 connect method acls 和登录 acls
This commit is contained in:
@@ -148,6 +148,8 @@ only_system_permissions = (
|
||||
('orgs', 'organization', 'view', 'rootorg'),
|
||||
('terminal', 'applet', '*', '*'),
|
||||
('terminal', 'applethost', '*', '*'),
|
||||
('acls', 'loginacl', '*', '*'),
|
||||
('acls', 'connectmethodacl', '*', '*')
|
||||
)
|
||||
|
||||
only_org_permissions = (
|
||||
|
Reference in New Issue
Block a user