[Update] 系统用户详情(mysql)开放命令过滤器

pull/3639/head
Bai 2020-01-14 11:07:35 +08:00
parent 678999b9f5
commit c07536b26f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class SystemUser(AssetUser):
@property
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
def is_need_test_asset_connective(self):