mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
chore(fs): distinct description for *meta and *meta-recursive permissions (#1250)
closes #1249
This commit is contained in:
+2
-2
@@ -165,7 +165,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-{lower}-meta-recursive"
|
||||
description = "This allows read access to metadata of the `${upper}` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `${upper}` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-{lower}-recursive"
|
||||
@@ -173,7 +173,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-{lower}-meta"
|
||||
description = "This allows read access to metadata of the `${upper}` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `${upper}` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-{lower}-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-app-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APP` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-app-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-app-meta"
|
||||
description = "This allows read access to metadata of the `$APP` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-app-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appcache-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appcache-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appcache-meta"
|
||||
description = "This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appcache-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appconfig-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appconfig-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appconfig-meta"
|
||||
description = "This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appconfig-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appdata-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appdata-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-appdata-meta"
|
||||
description = "This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-appdata-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-applocaldata-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-applocaldata-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-applocaldata-meta"
|
||||
description = "This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-applocaldata-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-applog-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-applog-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-applog-meta"
|
||||
description = "This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-applog-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-audio-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-audio-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-audio-meta"
|
||||
description = "This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-audio-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-cache-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$CACHE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-cache-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-cache-meta"
|
||||
description = "This allows read access to metadata of the `$CACHE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-cache-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-config-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-config-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-config-meta"
|
||||
description = "This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-config-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-data-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$DATA` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-data-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-data-meta"
|
||||
description = "This allows read access to metadata of the `$DATA` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-data-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-desktop-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-desktop-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-desktop-meta"
|
||||
description = "This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-desktop-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-document-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-document-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-document-meta"
|
||||
description = "This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-document-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-download-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-download-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-download-meta"
|
||||
description = "This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-download-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-exe-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$EXE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-exe-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-exe-meta"
|
||||
description = "This allows read access to metadata of the `$EXE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-exe-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-font-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$FONT` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-font-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-font-meta"
|
||||
description = "This allows read access to metadata of the `$FONT` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-font-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-home-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$HOME` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-home-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-home-meta"
|
||||
description = "This allows read access to metadata of the `$HOME` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-home-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-localdata-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-localdata-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-localdata-meta"
|
||||
description = "This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-localdata-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-log-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$LOG` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-log-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-log-meta"
|
||||
description = "This allows read access to metadata of the `$LOG` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-log-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-picture-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-picture-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-picture-meta"
|
||||
description = "This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-picture-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-public-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-public-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-public-meta"
|
||||
description = "This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-public-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-resource-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-resource-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-resource-meta"
|
||||
description = "This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-resource-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-runtime-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-runtime-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-runtime-meta"
|
||||
description = "This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-runtime-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-temp-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$TEMP` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-temp-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-temp-meta"
|
||||
description = "This allows read access to metadata of the `$TEMP` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-temp-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-template-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-template-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-template-meta"
|
||||
description = "This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-template-index"
|
||||
|
||||
@@ -63,7 +63,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-video-meta-recursive"
|
||||
description = "This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics."
|
||||
description = "This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-video-recursive"
|
||||
@@ -71,7 +71,7 @@ permissions = [
|
||||
|
||||
[[set]]
|
||||
identifier = "allow-video-meta"
|
||||
description = "This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics."
|
||||
description = "This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics."
|
||||
permissions = [
|
||||
"read-meta",
|
||||
"scope-video-index"
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|`allow-app-write-recursive`|This allows full recursive write access to the complete `$APP` folder, files and subdirectories.|
|
||||
|`allow-app-read`|This allows non-recursive read access to the `$APP` folder.|
|
||||
|`allow-app-write`|This allows non-recursive write access to the `$APP` folder.|
|
||||
|`allow-app-meta-recursive`|This allows read access to metadata of the `$APP` folder, including file listing and statistics.|
|
||||
|`allow-app-meta`|This allows read access to metadata of the `$APP` folder, including file listing and statistics.|
|
||||
|`allow-app-meta-recursive`|This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.|
|
||||
|`allow-app-meta`|This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.|
|
||||
|`scope-app-recursive`|This scope recursive access to the complete `$APP` folder, including sub directories and files.|
|
||||
|`scope-app`|This scope permits access to all files and list content of top level directories in the `$APP`folder.|
|
||||
|`scope-app-index`|This scope permits to list all files and folders in the `$APP`folder.|
|
||||
@@ -13,8 +13,8 @@
|
||||
|`allow-appcache-write-recursive`|This allows full recursive write access to the complete `$APPCACHE` folder, files and subdirectories.|
|
||||
|`allow-appcache-read`|This allows non-recursive read access to the `$APPCACHE` folder.|
|
||||
|`allow-appcache-write`|This allows non-recursive write access to the `$APPCACHE` folder.|
|
||||
|`allow-appcache-meta-recursive`|This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics.|
|
||||
|`allow-appcache-meta`|This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics.|
|
||||
|`allow-appcache-meta-recursive`|This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.|
|
||||
|`allow-appcache-meta`|This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.|
|
||||
|`scope-appcache-recursive`|This scope recursive access to the complete `$APPCACHE` folder, including sub directories and files.|
|
||||
|`scope-appcache`|This scope permits access to all files and list content of top level directories in the `$APPCACHE`folder.|
|
||||
|`scope-appcache-index`|This scope permits to list all files and folders in the `$APPCACHE`folder.|
|
||||
@@ -22,8 +22,8 @@
|
||||
|`allow-appconfig-write-recursive`|This allows full recursive write access to the complete `$APPCONFIG` folder, files and subdirectories.|
|
||||
|`allow-appconfig-read`|This allows non-recursive read access to the `$APPCONFIG` folder.|
|
||||
|`allow-appconfig-write`|This allows non-recursive write access to the `$APPCONFIG` folder.|
|
||||
|`allow-appconfig-meta-recursive`|This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.|
|
||||
|`allow-appconfig-meta`|This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.|
|
||||
|`allow-appconfig-meta-recursive`|This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.|
|
||||
|`allow-appconfig-meta`|This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.|
|
||||
|`scope-appconfig-recursive`|This scope recursive access to the complete `$APPCONFIG` folder, including sub directories and files.|
|
||||
|`scope-appconfig`|This scope permits access to all files and list content of top level directories in the `$APPCONFIG`folder.|
|
||||
|`scope-appconfig-index`|This scope permits to list all files and folders in the `$APPCONFIG`folder.|
|
||||
@@ -31,8 +31,8 @@
|
||||
|`allow-appdata-write-recursive`|This allows full recursive write access to the complete `$APPDATA` folder, files and subdirectories.|
|
||||
|`allow-appdata-read`|This allows non-recursive read access to the `$APPDATA` folder.|
|
||||
|`allow-appdata-write`|This allows non-recursive write access to the `$APPDATA` folder.|
|
||||
|`allow-appdata-meta-recursive`|This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics.|
|
||||
|`allow-appdata-meta`|This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics.|
|
||||
|`allow-appdata-meta-recursive`|This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.|
|
||||
|`allow-appdata-meta`|This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.|
|
||||
|`scope-appdata-recursive`|This scope recursive access to the complete `$APPDATA` folder, including sub directories and files.|
|
||||
|`scope-appdata`|This scope permits access to all files and list content of top level directories in the `$APPDATA`folder.|
|
||||
|`scope-appdata-index`|This scope permits to list all files and folders in the `$APPDATA`folder.|
|
||||
@@ -40,8 +40,8 @@
|
||||
|`allow-applocaldata-write-recursive`|This allows full recursive write access to the complete `$APPLOCALDATA` folder, files and subdirectories.|
|
||||
|`allow-applocaldata-read`|This allows non-recursive read access to the `$APPLOCALDATA` folder.|
|
||||
|`allow-applocaldata-write`|This allows non-recursive write access to the `$APPLOCALDATA` folder.|
|
||||
|`allow-applocaldata-meta-recursive`|This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-applocaldata-meta`|This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-applocaldata-meta-recursive`|This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-applocaldata-meta`|This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.|
|
||||
|`scope-applocaldata-recursive`|This scope recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.|
|
||||
|`scope-applocaldata`|This scope permits access to all files and list content of top level directories in the `$APPLOCALDATA`folder.|
|
||||
|`scope-applocaldata-index`|This scope permits to list all files and folders in the `$APPLOCALDATA`folder.|
|
||||
@@ -49,8 +49,8 @@
|
||||
|`allow-applog-write-recursive`|This allows full recursive write access to the complete `$APPLOG` folder, files and subdirectories.|
|
||||
|`allow-applog-read`|This allows non-recursive read access to the `$APPLOG` folder.|
|
||||
|`allow-applog-write`|This allows non-recursive write access to the `$APPLOG` folder.|
|
||||
|`allow-applog-meta-recursive`|This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics.|
|
||||
|`allow-applog-meta`|This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics.|
|
||||
|`allow-applog-meta-recursive`|This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.|
|
||||
|`allow-applog-meta`|This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.|
|
||||
|`scope-applog-recursive`|This scope recursive access to the complete `$APPLOG` folder, including sub directories and files.|
|
||||
|`scope-applog`|This scope permits access to all files and list content of top level directories in the `$APPLOG`folder.|
|
||||
|`scope-applog-index`|This scope permits to list all files and folders in the `$APPLOG`folder.|
|
||||
@@ -58,8 +58,8 @@
|
||||
|`allow-audio-write-recursive`|This allows full recursive write access to the complete `$AUDIO` folder, files and subdirectories.|
|
||||
|`allow-audio-read`|This allows non-recursive read access to the `$AUDIO` folder.|
|
||||
|`allow-audio-write`|This allows non-recursive write access to the `$AUDIO` folder.|
|
||||
|`allow-audio-meta-recursive`|This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics.|
|
||||
|`allow-audio-meta`|This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics.|
|
||||
|`allow-audio-meta-recursive`|This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.|
|
||||
|`allow-audio-meta`|This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.|
|
||||
|`scope-audio-recursive`|This scope recursive access to the complete `$AUDIO` folder, including sub directories and files.|
|
||||
|`scope-audio`|This scope permits access to all files and list content of top level directories in the `$AUDIO`folder.|
|
||||
|`scope-audio-index`|This scope permits to list all files and folders in the `$AUDIO`folder.|
|
||||
@@ -67,8 +67,8 @@
|
||||
|`allow-cache-write-recursive`|This allows full recursive write access to the complete `$CACHE` folder, files and subdirectories.|
|
||||
|`allow-cache-read`|This allows non-recursive read access to the `$CACHE` folder.|
|
||||
|`allow-cache-write`|This allows non-recursive write access to the `$CACHE` folder.|
|
||||
|`allow-cache-meta-recursive`|This allows read access to metadata of the `$CACHE` folder, including file listing and statistics.|
|
||||
|`allow-cache-meta`|This allows read access to metadata of the `$CACHE` folder, including file listing and statistics.|
|
||||
|`allow-cache-meta-recursive`|This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.|
|
||||
|`allow-cache-meta`|This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.|
|
||||
|`scope-cache-recursive`|This scope recursive access to the complete `$CACHE` folder, including sub directories and files.|
|
||||
|`scope-cache`|This scope permits access to all files and list content of top level directories in the `$CACHE`folder.|
|
||||
|`scope-cache-index`|This scope permits to list all files and folders in the `$CACHE`folder.|
|
||||
@@ -76,8 +76,8 @@
|
||||
|`allow-config-write-recursive`|This allows full recursive write access to the complete `$CONFIG` folder, files and subdirectories.|
|
||||
|`allow-config-read`|This allows non-recursive read access to the `$CONFIG` folder.|
|
||||
|`allow-config-write`|This allows non-recursive write access to the `$CONFIG` folder.|
|
||||
|`allow-config-meta-recursive`|This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics.|
|
||||
|`allow-config-meta`|This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics.|
|
||||
|`allow-config-meta-recursive`|This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.|
|
||||
|`allow-config-meta`|This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.|
|
||||
|`scope-config-recursive`|This scope recursive access to the complete `$CONFIG` folder, including sub directories and files.|
|
||||
|`scope-config`|This scope permits access to all files and list content of top level directories in the `$CONFIG`folder.|
|
||||
|`scope-config-index`|This scope permits to list all files and folders in the `$CONFIG`folder.|
|
||||
@@ -85,8 +85,8 @@
|
||||
|`allow-data-write-recursive`|This allows full recursive write access to the complete `$DATA` folder, files and subdirectories.|
|
||||
|`allow-data-read`|This allows non-recursive read access to the `$DATA` folder.|
|
||||
|`allow-data-write`|This allows non-recursive write access to the `$DATA` folder.|
|
||||
|`allow-data-meta-recursive`|This allows read access to metadata of the `$DATA` folder, including file listing and statistics.|
|
||||
|`allow-data-meta`|This allows read access to metadata of the `$DATA` folder, including file listing and statistics.|
|
||||
|`allow-data-meta-recursive`|This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.|
|
||||
|`allow-data-meta`|This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.|
|
||||
|`scope-data-recursive`|This scope recursive access to the complete `$DATA` folder, including sub directories and files.|
|
||||
|`scope-data`|This scope permits access to all files and list content of top level directories in the `$DATA`folder.|
|
||||
|`scope-data-index`|This scope permits to list all files and folders in the `$DATA`folder.|
|
||||
@@ -94,8 +94,8 @@
|
||||
|`allow-desktop-write-recursive`|This allows full recursive write access to the complete `$DESKTOP` folder, files and subdirectories.|
|
||||
|`allow-desktop-read`|This allows non-recursive read access to the `$DESKTOP` folder.|
|
||||
|`allow-desktop-write`|This allows non-recursive write access to the `$DESKTOP` folder.|
|
||||
|`allow-desktop-meta-recursive`|This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics.|
|
||||
|`allow-desktop-meta`|This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics.|
|
||||
|`allow-desktop-meta-recursive`|This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.|
|
||||
|`allow-desktop-meta`|This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.|
|
||||
|`scope-desktop-recursive`|This scope recursive access to the complete `$DESKTOP` folder, including sub directories and files.|
|
||||
|`scope-desktop`|This scope permits access to all files and list content of top level directories in the `$DESKTOP`folder.|
|
||||
|`scope-desktop-index`|This scope permits to list all files and folders in the `$DESKTOP`folder.|
|
||||
@@ -103,8 +103,8 @@
|
||||
|`allow-document-write-recursive`|This allows full recursive write access to the complete `$DOCUMENT` folder, files and subdirectories.|
|
||||
|`allow-document-read`|This allows non-recursive read access to the `$DOCUMENT` folder.|
|
||||
|`allow-document-write`|This allows non-recursive write access to the `$DOCUMENT` folder.|
|
||||
|`allow-document-meta-recursive`|This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.|
|
||||
|`allow-document-meta`|This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.|
|
||||
|`allow-document-meta-recursive`|This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.|
|
||||
|`allow-document-meta`|This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.|
|
||||
|`scope-document-recursive`|This scope recursive access to the complete `$DOCUMENT` folder, including sub directories and files.|
|
||||
|`scope-document`|This scope permits access to all files and list content of top level directories in the `$DOCUMENT`folder.|
|
||||
|`scope-document-index`|This scope permits to list all files and folders in the `$DOCUMENT`folder.|
|
||||
@@ -112,8 +112,8 @@
|
||||
|`allow-download-write-recursive`|This allows full recursive write access to the complete `$DOWNLOAD` folder, files and subdirectories.|
|
||||
|`allow-download-read`|This allows non-recursive read access to the `$DOWNLOAD` folder.|
|
||||
|`allow-download-write`|This allows non-recursive write access to the `$DOWNLOAD` folder.|
|
||||
|`allow-download-meta-recursive`|This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.|
|
||||
|`allow-download-meta`|This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.|
|
||||
|`allow-download-meta-recursive`|This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.|
|
||||
|`allow-download-meta`|This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.|
|
||||
|`scope-download-recursive`|This scope recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.|
|
||||
|`scope-download`|This scope permits access to all files and list content of top level directories in the `$DOWNLOAD`folder.|
|
||||
|`scope-download-index`|This scope permits to list all files and folders in the `$DOWNLOAD`folder.|
|
||||
@@ -121,8 +121,8 @@
|
||||
|`allow-exe-write-recursive`|This allows full recursive write access to the complete `$EXE` folder, files and subdirectories.|
|
||||
|`allow-exe-read`|This allows non-recursive read access to the `$EXE` folder.|
|
||||
|`allow-exe-write`|This allows non-recursive write access to the `$EXE` folder.|
|
||||
|`allow-exe-meta-recursive`|This allows read access to metadata of the `$EXE` folder, including file listing and statistics.|
|
||||
|`allow-exe-meta`|This allows read access to metadata of the `$EXE` folder, including file listing and statistics.|
|
||||
|`allow-exe-meta-recursive`|This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.|
|
||||
|`allow-exe-meta`|This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.|
|
||||
|`scope-exe-recursive`|This scope recursive access to the complete `$EXE` folder, including sub directories and files.|
|
||||
|`scope-exe`|This scope permits access to all files and list content of top level directories in the `$EXE`folder.|
|
||||
|`scope-exe-index`|This scope permits to list all files and folders in the `$EXE`folder.|
|
||||
@@ -130,8 +130,8 @@
|
||||
|`allow-font-write-recursive`|This allows full recursive write access to the complete `$FONT` folder, files and subdirectories.|
|
||||
|`allow-font-read`|This allows non-recursive read access to the `$FONT` folder.|
|
||||
|`allow-font-write`|This allows non-recursive write access to the `$FONT` folder.|
|
||||
|`allow-font-meta-recursive`|This allows read access to metadata of the `$FONT` folder, including file listing and statistics.|
|
||||
|`allow-font-meta`|This allows read access to metadata of the `$FONT` folder, including file listing and statistics.|
|
||||
|`allow-font-meta-recursive`|This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.|
|
||||
|`allow-font-meta`|This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.|
|
||||
|`scope-font-recursive`|This scope recursive access to the complete `$FONT` folder, including sub directories and files.|
|
||||
|`scope-font`|This scope permits access to all files and list content of top level directories in the `$FONT`folder.|
|
||||
|`scope-font-index`|This scope permits to list all files and folders in the `$FONT`folder.|
|
||||
@@ -139,8 +139,8 @@
|
||||
|`allow-home-write-recursive`|This allows full recursive write access to the complete `$HOME` folder, files and subdirectories.|
|
||||
|`allow-home-read`|This allows non-recursive read access to the `$HOME` folder.|
|
||||
|`allow-home-write`|This allows non-recursive write access to the `$HOME` folder.|
|
||||
|`allow-home-meta-recursive`|This allows read access to metadata of the `$HOME` folder, including file listing and statistics.|
|
||||
|`allow-home-meta`|This allows read access to metadata of the `$HOME` folder, including file listing and statistics.|
|
||||
|`allow-home-meta-recursive`|This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.|
|
||||
|`allow-home-meta`|This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.|
|
||||
|`scope-home-recursive`|This scope recursive access to the complete `$HOME` folder, including sub directories and files.|
|
||||
|`scope-home`|This scope permits access to all files and list content of top level directories in the `$HOME`folder.|
|
||||
|`scope-home-index`|This scope permits to list all files and folders in the `$HOME`folder.|
|
||||
@@ -148,8 +148,8 @@
|
||||
|`allow-localdata-write-recursive`|This allows full recursive write access to the complete `$LOCALDATA` folder, files and subdirectories.|
|
||||
|`allow-localdata-read`|This allows non-recursive read access to the `$LOCALDATA` folder.|
|
||||
|`allow-localdata-write`|This allows non-recursive write access to the `$LOCALDATA` folder.|
|
||||
|`allow-localdata-meta-recursive`|This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-localdata-meta`|This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-localdata-meta-recursive`|This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.|
|
||||
|`allow-localdata-meta`|This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.|
|
||||
|`scope-localdata-recursive`|This scope recursive access to the complete `$LOCALDATA` folder, including sub directories and files.|
|
||||
|`scope-localdata`|This scope permits access to all files and list content of top level directories in the `$LOCALDATA`folder.|
|
||||
|`scope-localdata-index`|This scope permits to list all files and folders in the `$LOCALDATA`folder.|
|
||||
@@ -157,8 +157,8 @@
|
||||
|`allow-log-write-recursive`|This allows full recursive write access to the complete `$LOG` folder, files and subdirectories.|
|
||||
|`allow-log-read`|This allows non-recursive read access to the `$LOG` folder.|
|
||||
|`allow-log-write`|This allows non-recursive write access to the `$LOG` folder.|
|
||||
|`allow-log-meta-recursive`|This allows read access to metadata of the `$LOG` folder, including file listing and statistics.|
|
||||
|`allow-log-meta`|This allows read access to metadata of the `$LOG` folder, including file listing and statistics.|
|
||||
|`allow-log-meta-recursive`|This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.|
|
||||
|`allow-log-meta`|This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.|
|
||||
|`scope-log-recursive`|This scope recursive access to the complete `$LOG` folder, including sub directories and files.|
|
||||
|`scope-log`|This scope permits access to all files and list content of top level directories in the `$LOG`folder.|
|
||||
|`scope-log-index`|This scope permits to list all files and folders in the `$LOG`folder.|
|
||||
@@ -166,8 +166,8 @@
|
||||
|`allow-picture-write-recursive`|This allows full recursive write access to the complete `$PICTURE` folder, files and subdirectories.|
|
||||
|`allow-picture-read`|This allows non-recursive read access to the `$PICTURE` folder.|
|
||||
|`allow-picture-write`|This allows non-recursive write access to the `$PICTURE` folder.|
|
||||
|`allow-picture-meta-recursive`|This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics.|
|
||||
|`allow-picture-meta`|This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics.|
|
||||
|`allow-picture-meta-recursive`|This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.|
|
||||
|`allow-picture-meta`|This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.|
|
||||
|`scope-picture-recursive`|This scope recursive access to the complete `$PICTURE` folder, including sub directories and files.|
|
||||
|`scope-picture`|This scope permits access to all files and list content of top level directories in the `$PICTURE`folder.|
|
||||
|`scope-picture-index`|This scope permits to list all files and folders in the `$PICTURE`folder.|
|
||||
@@ -175,8 +175,8 @@
|
||||
|`allow-public-write-recursive`|This allows full recursive write access to the complete `$PUBLIC` folder, files and subdirectories.|
|
||||
|`allow-public-read`|This allows non-recursive read access to the `$PUBLIC` folder.|
|
||||
|`allow-public-write`|This allows non-recursive write access to the `$PUBLIC` folder.|
|
||||
|`allow-public-meta-recursive`|This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics.|
|
||||
|`allow-public-meta`|This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics.|
|
||||
|`allow-public-meta-recursive`|This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.|
|
||||
|`allow-public-meta`|This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.|
|
||||
|`scope-public-recursive`|This scope recursive access to the complete `$PUBLIC` folder, including sub directories and files.|
|
||||
|`scope-public`|This scope permits access to all files and list content of top level directories in the `$PUBLIC`folder.|
|
||||
|`scope-public-index`|This scope permits to list all files and folders in the `$PUBLIC`folder.|
|
||||
@@ -184,8 +184,8 @@
|
||||
|`allow-resource-write-recursive`|This allows full recursive write access to the complete `$RESOURCE` folder, files and subdirectories.|
|
||||
|`allow-resource-read`|This allows non-recursive read access to the `$RESOURCE` folder.|
|
||||
|`allow-resource-write`|This allows non-recursive write access to the `$RESOURCE` folder.|
|
||||
|`allow-resource-meta-recursive`|This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics.|
|
||||
|`allow-resource-meta`|This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics.|
|
||||
|`allow-resource-meta-recursive`|This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.|
|
||||
|`allow-resource-meta`|This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.|
|
||||
|`scope-resource-recursive`|This scope recursive access to the complete `$RESOURCE` folder, including sub directories and files.|
|
||||
|`scope-resource`|This scope permits access to all files and list content of top level directories in the `$RESOURCE`folder.|
|
||||
|`scope-resource-index`|This scope permits to list all files and folders in the `$RESOURCE`folder.|
|
||||
@@ -193,8 +193,8 @@
|
||||
|`allow-runtime-write-recursive`|This allows full recursive write access to the complete `$RUNTIME` folder, files and subdirectories.|
|
||||
|`allow-runtime-read`|This allows non-recursive read access to the `$RUNTIME` folder.|
|
||||
|`allow-runtime-write`|This allows non-recursive write access to the `$RUNTIME` folder.|
|
||||
|`allow-runtime-meta-recursive`|This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics.|
|
||||
|`allow-runtime-meta`|This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics.|
|
||||
|`allow-runtime-meta-recursive`|This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.|
|
||||
|`allow-runtime-meta`|This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.|
|
||||
|`scope-runtime-recursive`|This scope recursive access to the complete `$RUNTIME` folder, including sub directories and files.|
|
||||
|`scope-runtime`|This scope permits access to all files and list content of top level directories in the `$RUNTIME`folder.|
|
||||
|`scope-runtime-index`|This scope permits to list all files and folders in the `$RUNTIME`folder.|
|
||||
@@ -202,8 +202,8 @@
|
||||
|`allow-temp-write-recursive`|This allows full recursive write access to the complete `$TEMP` folder, files and subdirectories.|
|
||||
|`allow-temp-read`|This allows non-recursive read access to the `$TEMP` folder.|
|
||||
|`allow-temp-write`|This allows non-recursive write access to the `$TEMP` folder.|
|
||||
|`allow-temp-meta-recursive`|This allows read access to metadata of the `$TEMP` folder, including file listing and statistics.|
|
||||
|`allow-temp-meta`|This allows read access to metadata of the `$TEMP` folder, including file listing and statistics.|
|
||||
|`allow-temp-meta-recursive`|This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.|
|
||||
|`allow-temp-meta`|This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.|
|
||||
|`scope-temp-recursive`|This scope recursive access to the complete `$TEMP` folder, including sub directories and files.|
|
||||
|`scope-temp`|This scope permits access to all files and list content of top level directories in the `$TEMP`folder.|
|
||||
|`scope-temp-index`|This scope permits to list all files and folders in the `$TEMP`folder.|
|
||||
@@ -211,8 +211,8 @@
|
||||
|`allow-template-write-recursive`|This allows full recursive write access to the complete `$TEMPLATE` folder, files and subdirectories.|
|
||||
|`allow-template-read`|This allows non-recursive read access to the `$TEMPLATE` folder.|
|
||||
|`allow-template-write`|This allows non-recursive write access to the `$TEMPLATE` folder.|
|
||||
|`allow-template-meta-recursive`|This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.|
|
||||
|`allow-template-meta`|This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.|
|
||||
|`allow-template-meta-recursive`|This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.|
|
||||
|`allow-template-meta`|This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.|
|
||||
|`scope-template-recursive`|This scope recursive access to the complete `$TEMPLATE` folder, including sub directories and files.|
|
||||
|`scope-template`|This scope permits access to all files and list content of top level directories in the `$TEMPLATE`folder.|
|
||||
|`scope-template-index`|This scope permits to list all files and folders in the `$TEMPLATE`folder.|
|
||||
@@ -220,8 +220,8 @@
|
||||
|`allow-video-write-recursive`|This allows full recursive write access to the complete `$VIDEO` folder, files and subdirectories.|
|
||||
|`allow-video-read`|This allows non-recursive read access to the `$VIDEO` folder.|
|
||||
|`allow-video-write`|This allows non-recursive write access to the `$VIDEO` folder.|
|
||||
|`allow-video-meta-recursive`|This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics.|
|
||||
|`allow-video-meta`|This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics.|
|
||||
|`allow-video-meta-recursive`|This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.|
|
||||
|`allow-video-meta`|This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.|
|
||||
|`scope-video-recursive`|This scope recursive access to the complete `$VIDEO` folder, including sub directories and files.|
|
||||
|`scope-video`|This scope permits access to all files and list content of top level directories in the `$VIDEO`folder.|
|
||||
|`scope-video-index`|This scope permits to list all files and folders in the `$VIDEO`folder.|
|
||||
|
||||
@@ -323,14 +323,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-app-meta-recursive -> This allows read access to metadata of the `$APP` folder, including file listing and statistics.",
|
||||
"description": "allow-app-meta-recursive -> This allows full recursive read access to metadata of the `$APP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-app-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-app-meta -> This allows read access to metadata of the `$APP` folder, including file listing and statistics.",
|
||||
"description": "allow-app-meta -> This allows non-recursive read access to metadata of the `$APP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-app-meta"
|
||||
@@ -386,14 +386,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appcache-meta-recursive -> This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics.",
|
||||
"description": "allow-appcache-meta-recursive -> This allows full recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appcache-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appcache-meta -> This allows read access to metadata of the `$APPCACHE` folder, including file listing and statistics.",
|
||||
"description": "allow-appcache-meta -> This allows non-recursive read access to metadata of the `$APPCACHE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appcache-meta"
|
||||
@@ -449,14 +449,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appconfig-meta-recursive -> This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.",
|
||||
"description": "allow-appconfig-meta-recursive -> This allows full recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appconfig-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appconfig-meta -> This allows read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.",
|
||||
"description": "allow-appconfig-meta -> This allows non-recursive read access to metadata of the `$APPCONFIG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appconfig-meta"
|
||||
@@ -512,14 +512,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appdata-meta-recursive -> This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-appdata-meta-recursive -> This allows full recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appdata-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-appdata-meta -> This allows read access to metadata of the `$APPDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-appdata-meta -> This allows non-recursive read access to metadata of the `$APPDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-appdata-meta"
|
||||
@@ -575,14 +575,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-applocaldata-meta-recursive -> This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-applocaldata-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-applocaldata-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-applocaldata-meta -> This allows read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-applocaldata-meta -> This allows non-recursive read access to metadata of the `$APPLOCALDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-applocaldata-meta"
|
||||
@@ -638,14 +638,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-applog-meta-recursive -> This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics.",
|
||||
"description": "allow-applog-meta-recursive -> This allows full recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-applog-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-applog-meta -> This allows read access to metadata of the `$APPLOG` folder, including file listing and statistics.",
|
||||
"description": "allow-applog-meta -> This allows non-recursive read access to metadata of the `$APPLOG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-applog-meta"
|
||||
@@ -701,14 +701,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-audio-meta-recursive -> This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics.",
|
||||
"description": "allow-audio-meta-recursive -> This allows full recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-audio-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-audio-meta -> This allows read access to metadata of the `$AUDIO` folder, including file listing and statistics.",
|
||||
"description": "allow-audio-meta -> This allows non-recursive read access to metadata of the `$AUDIO` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-audio-meta"
|
||||
@@ -764,14 +764,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-cache-meta-recursive -> This allows read access to metadata of the `$CACHE` folder, including file listing and statistics.",
|
||||
"description": "allow-cache-meta-recursive -> This allows full recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-cache-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-cache-meta -> This allows read access to metadata of the `$CACHE` folder, including file listing and statistics.",
|
||||
"description": "allow-cache-meta -> This allows non-recursive read access to metadata of the `$CACHE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-cache-meta"
|
||||
@@ -827,14 +827,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-config-meta-recursive -> This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics.",
|
||||
"description": "allow-config-meta-recursive -> This allows full recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-config-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-config-meta -> This allows read access to metadata of the `$CONFIG` folder, including file listing and statistics.",
|
||||
"description": "allow-config-meta -> This allows non-recursive read access to metadata of the `$CONFIG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-config-meta"
|
||||
@@ -890,14 +890,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-data-meta-recursive -> This allows read access to metadata of the `$DATA` folder, including file listing and statistics.",
|
||||
"description": "allow-data-meta-recursive -> This allows full recursive read access to metadata of the `$DATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-data-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-data-meta -> This allows read access to metadata of the `$DATA` folder, including file listing and statistics.",
|
||||
"description": "allow-data-meta -> This allows non-recursive read access to metadata of the `$DATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-data-meta"
|
||||
@@ -953,14 +953,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-desktop-meta-recursive -> This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics.",
|
||||
"description": "allow-desktop-meta-recursive -> This allows full recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-desktop-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-desktop-meta -> This allows read access to metadata of the `$DESKTOP` folder, including file listing and statistics.",
|
||||
"description": "allow-desktop-meta -> This allows non-recursive read access to metadata of the `$DESKTOP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-desktop-meta"
|
||||
@@ -1016,14 +1016,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-document-meta-recursive -> This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.",
|
||||
"description": "allow-document-meta-recursive -> This allows full recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-document-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-document-meta -> This allows read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.",
|
||||
"description": "allow-document-meta -> This allows non-recursive read access to metadata of the `$DOCUMENT` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-document-meta"
|
||||
@@ -1079,14 +1079,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-download-meta-recursive -> This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.",
|
||||
"description": "allow-download-meta-recursive -> This allows full recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-download-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-download-meta -> This allows read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.",
|
||||
"description": "allow-download-meta -> This allows non-recursive read access to metadata of the `$DOWNLOAD` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-download-meta"
|
||||
@@ -1142,14 +1142,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-exe-meta-recursive -> This allows read access to metadata of the `$EXE` folder, including file listing and statistics.",
|
||||
"description": "allow-exe-meta-recursive -> This allows full recursive read access to metadata of the `$EXE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-exe-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-exe-meta -> This allows read access to metadata of the `$EXE` folder, including file listing and statistics.",
|
||||
"description": "allow-exe-meta -> This allows non-recursive read access to metadata of the `$EXE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-exe-meta"
|
||||
@@ -1205,14 +1205,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-font-meta-recursive -> This allows read access to metadata of the `$FONT` folder, including file listing and statistics.",
|
||||
"description": "allow-font-meta-recursive -> This allows full recursive read access to metadata of the `$FONT` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-font-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-font-meta -> This allows read access to metadata of the `$FONT` folder, including file listing and statistics.",
|
||||
"description": "allow-font-meta -> This allows non-recursive read access to metadata of the `$FONT` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-font-meta"
|
||||
@@ -1268,14 +1268,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-home-meta-recursive -> This allows read access to metadata of the `$HOME` folder, including file listing and statistics.",
|
||||
"description": "allow-home-meta-recursive -> This allows full recursive read access to metadata of the `$HOME` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-home-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-home-meta -> This allows read access to metadata of the `$HOME` folder, including file listing and statistics.",
|
||||
"description": "allow-home-meta -> This allows non-recursive read access to metadata of the `$HOME` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-home-meta"
|
||||
@@ -1331,14 +1331,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-localdata-meta-recursive -> This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-localdata-meta-recursive -> This allows full recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-localdata-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-localdata-meta -> This allows read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.",
|
||||
"description": "allow-localdata-meta -> This allows non-recursive read access to metadata of the `$LOCALDATA` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-localdata-meta"
|
||||
@@ -1394,14 +1394,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-log-meta-recursive -> This allows read access to metadata of the `$LOG` folder, including file listing and statistics.",
|
||||
"description": "allow-log-meta-recursive -> This allows full recursive read access to metadata of the `$LOG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-log-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-log-meta -> This allows read access to metadata of the `$LOG` folder, including file listing and statistics.",
|
||||
"description": "allow-log-meta -> This allows non-recursive read access to metadata of the `$LOG` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-log-meta"
|
||||
@@ -1457,14 +1457,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-picture-meta-recursive -> This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics.",
|
||||
"description": "allow-picture-meta-recursive -> This allows full recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-picture-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-picture-meta -> This allows read access to metadata of the `$PICTURE` folder, including file listing and statistics.",
|
||||
"description": "allow-picture-meta -> This allows non-recursive read access to metadata of the `$PICTURE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-picture-meta"
|
||||
@@ -1520,14 +1520,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-public-meta-recursive -> This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics.",
|
||||
"description": "allow-public-meta-recursive -> This allows full recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-public-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-public-meta -> This allows read access to metadata of the `$PUBLIC` folder, including file listing and statistics.",
|
||||
"description": "allow-public-meta -> This allows non-recursive read access to metadata of the `$PUBLIC` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-public-meta"
|
||||
@@ -1583,14 +1583,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-resource-meta-recursive -> This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics.",
|
||||
"description": "allow-resource-meta-recursive -> This allows full recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-resource-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-resource-meta -> This allows read access to metadata of the `$RESOURCE` folder, including file listing and statistics.",
|
||||
"description": "allow-resource-meta -> This allows non-recursive read access to metadata of the `$RESOURCE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-resource-meta"
|
||||
@@ -1646,14 +1646,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-runtime-meta-recursive -> This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics.",
|
||||
"description": "allow-runtime-meta-recursive -> This allows full recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-runtime-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-runtime-meta -> This allows read access to metadata of the `$RUNTIME` folder, including file listing and statistics.",
|
||||
"description": "allow-runtime-meta -> This allows non-recursive read access to metadata of the `$RUNTIME` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-runtime-meta"
|
||||
@@ -1709,14 +1709,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-temp-meta-recursive -> This allows read access to metadata of the `$TEMP` folder, including file listing and statistics.",
|
||||
"description": "allow-temp-meta-recursive -> This allows full recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-temp-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-temp-meta -> This allows read access to metadata of the `$TEMP` folder, including file listing and statistics.",
|
||||
"description": "allow-temp-meta -> This allows non-recursive read access to metadata of the `$TEMP` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-temp-meta"
|
||||
@@ -1772,14 +1772,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-template-meta-recursive -> This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.",
|
||||
"description": "allow-template-meta-recursive -> This allows full recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-template-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-template-meta -> This allows read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.",
|
||||
"description": "allow-template-meta -> This allows non-recursive read access to metadata of the `$TEMPLATE` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-template-meta"
|
||||
@@ -1835,14 +1835,14 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-video-meta-recursive -> This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics.",
|
||||
"description": "allow-video-meta-recursive -> This allows full recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-video-meta-recursive"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-video-meta -> This allows read access to metadata of the `$VIDEO` folder, including file listing and statistics.",
|
||||
"description": "allow-video-meta -> This allows non-recursive read access to metadata of the `$VIDEO` folder, including file listing and statistics.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-video-meta"
|
||||
|
||||
Reference in New Issue
Block a user