Files
tauri-plugins-workspace/plugins/secure-storage/permissions/default.toml
T
2025-08-14 14:03:58 +02:00

24 lines
471 B
TOML

"$schema" = "schemas/schema.json"
# TODO: Discuss defaults. Also consider potentional encrypt/decrypt-like functions.
[default]
description = """
This permission set configures which
Secure Storage APIs are available by defaultt.
#### Granted Permissions
In the PoC phase all commands are allowed by default.
"""
permissions = [
"allow-arch",
"allow-exe-extension",
"allow-family",
"allow-locale",
"allow-os-type",
"allow-platform",
"allow-version",
]