mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-10 11:49:10 +00:00
perf: 更新appletpublication applethostdeployment 权限位 (#11893)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -119,8 +119,6 @@ exclude_permissions = (
|
||||
('terminal', 'sessionsharing', 'view,add,change,delete', 'sessionsharing'),
|
||||
('terminal', 'session', 'delete,share', 'session'),
|
||||
('terminal', 'session', 'delete,change', 'command'),
|
||||
('terminal', 'appletpublication', '*', '*'),
|
||||
('terminal', 'applethostdeployment', '*', '*'),
|
||||
('applications', '*', '*', '*'),
|
||||
)
|
||||
|
||||
@@ -152,6 +150,8 @@ only_system_permissions = (
|
||||
('orgs', 'organization', 'view', 'rootorg'),
|
||||
('terminal', 'applet', '*', '*'),
|
||||
('terminal', 'applethost', '*', '*'),
|
||||
('terminal', 'appletpublication', '*', '*'),
|
||||
('terminal', 'applethostdeployment', '*', '*'),
|
||||
('acls', 'loginacl', '*', '*'),
|
||||
('acls', 'connectmethodacl', '*', '*')
|
||||
)
|
||||
|
Reference in New Issue
Block a user