mirror of https://github.com/jumpserver/jumpserver
[Update] 系统用户详情(mysql)开放命令过滤器
parent
678999b9f5
commit
c07536b26f
|
@ -137,7 +137,7 @@ class SystemUser(AssetUser):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_need_cmd_filter(self):
|
def is_need_cmd_filter(self):
|
||||||
return self.protocol not in [self.PROTOCOL_RDP, self.PROTOCOL_MYSQL]
|
return self.protocol not in [self.PROTOCOL_RDP, self.PROTOCOL_VNC]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def is_need_test_asset_connective(self):
|
def is_need_test_asset_connective(self):
|
||||||
|
|
Loading…
Reference in New Issue