라벨이 Niagara Platform & Framework인 게시물 표시

NiagaraFramework Development Permission

이미지
개요 module://docDeveloper/doc/secu rity/requestingPermissions.htm l   Nicholas.Dodd  (Tridium Europe Limited) @Laurent1  (installProg) ​ You will need to include an xml element such as this:   <req-permission> <name>NETWORK_COMMUNICATION</n ame> <purposeKey>This module needs to perform FTP because.........</purposeKey> <parameters> <!-- The hosts to/from which we can open/accept a connection, you may use * or *.something or a specific ip address, make as specific as you can--> <parameter name="hosts" value="127.0.0.1"/> <!-- A comma-separated list of the ports over which we can connect to the host --> <parameter name="ports" value="21"/> </parameters> </req-permission>   See the doc developer help for further guidance on requesting module permissions, including which others are available, and all the different parameters for the NETWORK_COMMUNICATION permission:   module://doc...