mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
10 lines
213 B
TOML
10 lines
213 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
version = 1
|
|
identifier = "deny-home-dir-config"
|
|
description = "Denies read access to the complete $HOME folder."
|
|
|
|
[[permission.scope.deny]]
|
|
path = "$HOME/.config"
|