# Automatically generated - DO NOT EDIT! "$schema" = "../../schemas/schema.json" # Scopes Section # This section contains scopes, which define file level access [[permission]] identifier = "scope-appcache-recursive" description = "This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPCACHE" [[permission.scope.allow]] path = "$APPCACHE/**" [[permission]] identifier = "scope-appcache" description = "This scope permits access to all files and list content of top level directories in the `$APPCACHE` folder." [[permission.scope.allow]] path = "$APPCACHE" [[permission.scope.allow]] path = "$APPCACHE/*" [[permission]] identifier = "scope-appcache-index" description = "This scope permits to list all files and folders in the `$APPCACHE`folder." [[permission.scope.allow]] path = "$APPCACHE" # Sets Section # This section combines the scope elements with enablement of commands [[set]] identifier = "allow-appcache-read-recursive" description = "This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories." permissions = [ "read-all", "scope-appcache-recursive" ] [[set]] identifier = "allow-appcache-write-recursive" description = "This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories." permissions = [ "write-all", "scope-appcache-recursive" ] [[set]] identifier = "allow-appcache-read" description = "This allows non-recursive read access to the `$APPCACHE` folder." permissions = [ "read-all", "scope-appcache" ] [[set]] identifier = "allow-appcache-write" description = "This allows non-recursive write access to the `$APPCACHE` folder." permissions = [ "write-all", "scope-appcache" ] [[set]] identifier = "allow-appcache-meta-recursive" description = "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics." permissions = [ "read-meta", "scope-appcache-recursive" ] [[set]] identifier = "allow-appcache-meta" description = "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics." permissions = [ "read-meta", "scope-appcache-index" ]