31 lines
830 B
JSON
31 lines
830 B
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema/acl-schema.json",
|
||
|
|
"identifier": "default",
|
||
|
|
"description": "Default capabilities for TFTSR — least-privilege",
|
||
|
|
"windows": ["main"],
|
||
|
|
"permissions": [
|
||
|
|
"core:path:default",
|
||
|
|
"core:event:default",
|
||
|
|
"core:window:default",
|
||
|
|
"core:app:default",
|
||
|
|
"core:resources:default",
|
||
|
|
"core:menu:default",
|
||
|
|
"core:tray:default",
|
||
|
|
"dialog:allow-open",
|
||
|
|
"dialog:allow-save",
|
||
|
|
"fs:allow-read-text-file",
|
||
|
|
"fs:allow-write-text-file",
|
||
|
|
"fs:allow-read",
|
||
|
|
"fs:allow-write",
|
||
|
|
"fs:allow-mkdir",
|
||
|
|
"fs:allow-app-read-recursive",
|
||
|
|
"fs:allow-app-write-recursive",
|
||
|
|
"fs:allow-temp-read-recursive",
|
||
|
|
"fs:allow-temp-write-recursive",
|
||
|
|
"fs:scope-app-recursive",
|
||
|
|
"fs:scope-temp-recursive",
|
||
|
|
"shell:allow-execute",
|
||
|
|
"http:default"
|
||
|
|
]
|
||
|
|
}
|