securityPermissions | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Disables the application's ability to access selected files, functionality and run programs. |
Introduced | 6.1.3 |
Changes | In version 9.5 the extension category was added to restrict loading of extensions. |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: securityCategories, secureMode Constant: empty Command: launch, load extension Function: files Glossary: property, application, web server |
Description | Use the global securityPermissions property to lock down certain access functionality in situations where security is required, for example, for a kiosk application or web server. By default, the securityPermissions property is set to include and enable all of the values. Setting securityPermissions to empty is the same as setting secureMode property to true Supported comma delimited values for permissionList are:
Once securityPermissions is set, the security permissions can only be reduced and not increased. |
Tags | file system |