mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-13 11:56:14 +00:00
[Update] 系统用户详情(mysql)开放命令过滤器
This commit is contained in:
parent
678999b9f5
commit
c07536b26f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user