This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
配置复合客户端安全表达式
您可以组合客户端安全字符串以形成复合客户端安全表达式。
Citrix Gateway 中支持的布尔运算符有:
- 和 (&)
- 或者 (||)
- 不是(!)
为了获得更高的精度,您可以使用括号将字符串分组在一起。
注意: 如果您使用命令行配置表达式,请在构成复合表达式时使用括号将安全表达式分组在一起。使用括号可改善客户端表达式的理解和调试。
使用 AND (&&) 运算符配置策略
AND (&&) 运算符通过组合两个客户端安全字符串来工作,以便复合检查仅在两个检查都为真时通过。表达式从左到右求值,如果第一次检查失败,则不执行第二次检查。
您可以使用关键字 ‘AND’ 或符号 ‘&’ 来配置 AND (&&) 运算符。
示例:
以下是客户端安全检查,用于确定用户设备是否已安装并运行 Sophos AntiVirus 7.0 版本。它还检查 netlogon 服务是否在同一台计算机上运行。
CLIENT.APPLICATION.AV(sophos).version==7.0 AND CLIENT.SVC(netlogon) EXISTS
此字符串也可以配置为:
CLIENT.APPLICATION.AV(sophos).version==7.0 && CLIENT.SVC(netlogon) EXISTS
使用 OR (||) 运算符配置策略
OR ( |
您可以配置或( | ) 运算符使用关键字 ‘OR’ 或符号 ‘ |
示例:
以下是一个客户端安全检查,用于确定用户设备上是否具有文件 c: file.txt 还是在其上运行 putty.exe 进程。
client.file(c:\\\\file.txt) EXISTS) OR (client.proc(putty.exe) EXISTS
此字符串也可以配置为
client.file(c:\file.txt) EXISTS) |
使用不配置策略 (! ) 运算符
不是(!) 或否定运算符否定客户端安全字符串。
示例:
如果文件 c: sophos_virus_defs.dat 文件不超过两天,则会通过以下客户端安全检查:
!(client.file(c:\\\\sophos_virus_defs.dat).timestamp==2dy)
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.