mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-11 18:40:22 +02:00
* Fix deny-webview-data platfroms and scopes * Fix `create-app-specific-dirs` scopes * Fix read-app-specific-dirs-recursive * Re-generate schema and docs * Remove unused `fs:allow-unwatch` * Add change file * Remove unused permissions * Update linux permissions * Update change file * regenerate doc md and schema
18 lines
408 B
TOML
18 lines
408 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[set]]
|
|
identifier = "read-app-specific-dirs-recursive"
|
|
description = """
|
|
This permission allows recursive read functionality on the application
|
|
specific base directories.
|
|
"""
|
|
permissions = [
|
|
"allow-read-dir",
|
|
"allow-read-file",
|
|
"allow-read-text-file",
|
|
"allow-read-text-file-lines",
|
|
"allow-read-text-file-lines-next",
|
|
"allow-exists",
|
|
"scope-app-recursive",
|
|
]
|