mirror of https://github.com/jumpserver/jumpserver
parent
bd642a0281
commit
da52180976
|
@ -144,7 +144,9 @@ only_system_permissions = (
|
||||||
('terminal', 'task', '*', '*'),
|
('terminal', 'task', '*', '*'),
|
||||||
('terminal', 'endpoint', '*', '*'),
|
('terminal', 'endpoint', '*', '*'),
|
||||||
('terminal', 'endpointrule', '*', '*'),
|
('terminal', 'endpointrule', '*', '*'),
|
||||||
('authentication', '*', '*', '*'),
|
('authentication', 'accesskey', '*', '*'),
|
||||||
|
('authentication', 'superconnectiontoken', '*', '*'),
|
||||||
|
('authentication', 'temptoken', '*', '*'),
|
||||||
('tickets', '*', '*', '*'),
|
('tickets', '*', '*', '*'),
|
||||||
('orgs', 'organization', 'view', 'rootorg'),
|
('orgs', 'organization', 'view', 'rootorg'),
|
||||||
('terminal', 'applet', '*', '*'),
|
('terminal', 'applet', '*', '*'),
|
||||||
|
|
Loading…
Reference in New Issue