fix(fs): app scopes not properly enabling paths (#1774)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-13 09:57:46 -03:00
committed by GitHub
parent 009299ebec
commit cc03ccf5e0
36 changed files with 350 additions and 343 deletions
@@ -13,19 +13,5 @@ commands.allow = [
"read_text_file_lines",
"read_text_file_lines_next",
"exists",
"scope-app-recursive",
]
[[permission.scope.allow]]
path = "$APPCONFIG/**"
[[permission.scope.allow]]
path = "$APPDATA/**"
[[permission.scope.allow]]
path = "$APPLOCALDATA/**"
[[permission.scope.allow]]
path = "$APPCACHE/**"
[[permission.scope.allow]]
path = "$APPLOG/**"