|
|
@ -9,6 +9,8 @@
|
|
|
|
identifier = "scope-applocaldata-recursive"
|
|
|
|
identifier = "scope-applocaldata-recursive"
|
|
|
|
description = "This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files."
|
|
|
|
description = "This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
|
|
|
|
path = "$APPLOCALDATA"
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
path = "$APPLOCALDATA/**"
|
|
|
|
path = "$APPLOCALDATA/**"
|
|
|
|
|
|
|
|
|
|
|
@ -16,6 +18,8 @@ path = "$APPLOCALDATA/**"
|
|
|
|
identifier = "scope-applocaldata"
|
|
|
|
identifier = "scope-applocaldata"
|
|
|
|
description = "This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder."
|
|
|
|
description = "This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
|
|
|
|
path = "$APPLOCALDATA"
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
path = "$APPLOCALDATA/*"
|
|
|
|
path = "$APPLOCALDATA/*"
|
|
|
|
|
|
|
|
|
|
|
@ -24,7 +28,7 @@ identifier = "scope-applocaldata-index"
|
|
|
|
description = "This scope permits to list all files and folders in the `$APPLOCALDATA`folder."
|
|
|
|
description = "This scope permits to list all files and folders in the `$APPLOCALDATA`folder."
|
|
|
|
|
|
|
|
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
[[permission.scope.allow]]
|
|
|
|
path = "$APPLOCALDATA/"
|
|
|
|
path = "$APPLOCALDATA"
|
|
|
|
|
|
|
|
|
|
|
|
# Sets Section
|
|
|
|
# Sets Section
|
|
|
|
# This section combines the scope elements with enablement of commands
|
|
|
|
# This section combines the scope elements with enablement of commands
|
|
|
|