diff --git a/examples/api/src-tauri/gen/schemas/desktop-schema.json b/examples/api/src-tauri/gen/schemas/desktop-schema.json index cba7a5bc..532940df 100644 --- a/examples/api/src-tauri/gen/schemas/desktop-schema.json +++ b/examples/api/src-tauri/gen/schemas/desktop-schema.json @@ -1605,7 +1605,7 @@ ] }, { - "description": "fs:scope-app-recursive -> This scope recursive access to the complete `$APP` folder, including sub directories and files.", + "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-app-recursive" @@ -1626,7 +1626,7 @@ ] }, { - "description": "fs:scope-appcache-recursive -> This scope recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appcache-recursive" @@ -1647,7 +1647,7 @@ ] }, { - "description": "fs:scope-appconfig-recursive -> This scope recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appconfig-recursive" @@ -1668,7 +1668,7 @@ ] }, { - "description": "fs:scope-appdata-recursive -> This scope recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appdata-recursive" @@ -1689,7 +1689,7 @@ ] }, { - "description": "fs:scope-applocaldata-recursive -> This scope recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-applocaldata-recursive" @@ -1710,7 +1710,7 @@ ] }, { - "description": "fs:scope-applog-recursive -> This scope recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-applog-recursive" @@ -1731,7 +1731,7 @@ ] }, { - "description": "fs:scope-audio-recursive -> This scope recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-audio-recursive" @@ -1752,7 +1752,7 @@ ] }, { - "description": "fs:scope-cache-recursive -> This scope recursive access to the complete `$CACHE` folder, including sub directories and files.", + "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-cache-recursive" @@ -1773,7 +1773,7 @@ ] }, { - "description": "fs:scope-config-recursive -> This scope recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-config-recursive" @@ -1794,7 +1794,7 @@ ] }, { - "description": "fs:scope-data-recursive -> This scope recursive access to the complete `$DATA` folder, including sub directories and files.", + "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-data-recursive" @@ -1815,7 +1815,7 @@ ] }, { - "description": "fs:scope-desktop-recursive -> This scope recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-desktop-recursive" @@ -1836,7 +1836,7 @@ ] }, { - "description": "fs:scope-document-recursive -> This scope recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-document-recursive" @@ -1857,7 +1857,7 @@ ] }, { - "description": "fs:scope-download-recursive -> This scope recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-download-recursive" @@ -1878,7 +1878,7 @@ ] }, { - "description": "fs:scope-exe-recursive -> This scope recursive access to the complete `$EXE` folder, including sub directories and files.", + "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-exe-recursive" @@ -1899,7 +1899,7 @@ ] }, { - "description": "fs:scope-font-recursive -> This scope recursive access to the complete `$FONT` folder, including sub directories and files.", + "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-font-recursive" @@ -1920,7 +1920,7 @@ ] }, { - "description": "fs:scope-home-recursive -> This scope recursive access to the complete `$HOME` folder, including sub directories and files.", + "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-home-recursive" @@ -1941,7 +1941,7 @@ ] }, { - "description": "fs:scope-localdata-recursive -> This scope recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-localdata-recursive" @@ -1962,7 +1962,7 @@ ] }, { - "description": "fs:scope-log-recursive -> This scope recursive access to the complete `$LOG` folder, including sub directories and files.", + "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-log-recursive" @@ -1983,7 +1983,7 @@ ] }, { - "description": "fs:scope-picture-recursive -> This scope recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-picture-recursive" @@ -2004,7 +2004,7 @@ ] }, { - "description": "fs:scope-public-recursive -> This scope recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-public-recursive" @@ -2025,7 +2025,7 @@ ] }, { - "description": "fs:scope-resource-recursive -> This scope recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-resource-recursive" @@ -2046,7 +2046,7 @@ ] }, { - "description": "fs:scope-runtime-recursive -> This scope recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-runtime-recursive" @@ -2067,7 +2067,7 @@ ] }, { - "description": "fs:scope-temp-recursive -> This scope recursive access to the complete `$TEMP` folder, including sub directories and files.", + "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-temp-recursive" @@ -2088,7 +2088,7 @@ ] }, { - "description": "fs:scope-template-recursive -> This scope recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-template-recursive" @@ -2109,7 +2109,7 @@ ] }, { - "description": "fs:scope-video-recursive -> This scope recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-video-recursive" @@ -4259,7 +4259,7 @@ ] }, { - "description": "fs:scope-app-recursive -> This scope recursive access to the complete `$APP` folder, including sub directories and files.", + "description": "fs:scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-app-recursive" @@ -4280,7 +4280,7 @@ ] }, { - "description": "fs:scope-appcache-recursive -> This scope recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "description": "fs:scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appcache-recursive" @@ -4301,7 +4301,7 @@ ] }, { - "description": "fs:scope-appconfig-recursive -> This scope recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "description": "fs:scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appconfig-recursive" @@ -4322,7 +4322,7 @@ ] }, { - "description": "fs:scope-appdata-recursive -> This scope recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "description": "fs:scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-appdata-recursive" @@ -4343,7 +4343,7 @@ ] }, { - "description": "fs:scope-applocaldata-recursive -> This scope recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "description": "fs:scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-applocaldata-recursive" @@ -4364,7 +4364,7 @@ ] }, { - "description": "fs:scope-applog-recursive -> This scope recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "description": "fs:scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-applog-recursive" @@ -4385,7 +4385,7 @@ ] }, { - "description": "fs:scope-audio-recursive -> This scope recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "description": "fs:scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-audio-recursive" @@ -4406,7 +4406,7 @@ ] }, { - "description": "fs:scope-cache-recursive -> This scope recursive access to the complete `$CACHE` folder, including sub directories and files.", + "description": "fs:scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-cache-recursive" @@ -4427,7 +4427,7 @@ ] }, { - "description": "fs:scope-config-recursive -> This scope recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "description": "fs:scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-config-recursive" @@ -4448,7 +4448,7 @@ ] }, { - "description": "fs:scope-data-recursive -> This scope recursive access to the complete `$DATA` folder, including sub directories and files.", + "description": "fs:scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-data-recursive" @@ -4469,7 +4469,7 @@ ] }, { - "description": "fs:scope-desktop-recursive -> This scope recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "description": "fs:scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-desktop-recursive" @@ -4490,7 +4490,7 @@ ] }, { - "description": "fs:scope-document-recursive -> This scope recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "description": "fs:scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-document-recursive" @@ -4511,7 +4511,7 @@ ] }, { - "description": "fs:scope-download-recursive -> This scope recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "description": "fs:scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-download-recursive" @@ -4532,7 +4532,7 @@ ] }, { - "description": "fs:scope-exe-recursive -> This scope recursive access to the complete `$EXE` folder, including sub directories and files.", + "description": "fs:scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-exe-recursive" @@ -4553,7 +4553,7 @@ ] }, { - "description": "fs:scope-font-recursive -> This scope recursive access to the complete `$FONT` folder, including sub directories and files.", + "description": "fs:scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-font-recursive" @@ -4574,7 +4574,7 @@ ] }, { - "description": "fs:scope-home-recursive -> This scope recursive access to the complete `$HOME` folder, including sub directories and files.", + "description": "fs:scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-home-recursive" @@ -4595,7 +4595,7 @@ ] }, { - "description": "fs:scope-localdata-recursive -> This scope recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "description": "fs:scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-localdata-recursive" @@ -4616,7 +4616,7 @@ ] }, { - "description": "fs:scope-log-recursive -> This scope recursive access to the complete `$LOG` folder, including sub directories and files.", + "description": "fs:scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-log-recursive" @@ -4637,7 +4637,7 @@ ] }, { - "description": "fs:scope-picture-recursive -> This scope recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "description": "fs:scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-picture-recursive" @@ -4658,7 +4658,7 @@ ] }, { - "description": "fs:scope-public-recursive -> This scope recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "description": "fs:scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-public-recursive" @@ -4679,7 +4679,7 @@ ] }, { - "description": "fs:scope-resource-recursive -> This scope recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "description": "fs:scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-resource-recursive" @@ -4700,7 +4700,7 @@ ] }, { - "description": "fs:scope-runtime-recursive -> This scope recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "description": "fs:scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-runtime-recursive" @@ -4721,7 +4721,7 @@ ] }, { - "description": "fs:scope-temp-recursive -> This scope recursive access to the complete `$TEMP` folder, including sub directories and files.", + "description": "fs:scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-temp-recursive" @@ -4742,7 +4742,7 @@ ] }, { - "description": "fs:scope-template-recursive -> This scope recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "description": "fs:scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-template-recursive" @@ -4763,7 +4763,7 @@ ] }, { - "description": "fs:scope-video-recursive -> This scope recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "description": "fs:scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", "type": "string", "enum": [ "fs:scope-video-recursive" diff --git a/plugins/fs/build.rs b/plugins/fs/build.rs index fdbebd8c..cf650aaa 100644 --- a/plugins/fs/build.rs +++ b/plugins/fs/build.rs @@ -109,7 +109,7 @@ fn main() { [[permission]] identifier = "scope-{lower}-recursive" -description = "This scope recursive access to the complete `${upper}` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `${upper}` folder, including sub directories and files." [[permission.scope.allow]] path = "${upper}/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/app.toml b/plugins/fs/permissions/autogenerated/base-directories/app.toml index 96440bd0..9dd4cc43 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/app.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/app.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-app-recursive" -description = "This scope recursive access to the complete `$APP` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$APP` folder, including sub directories and files." [[permission.scope.allow]] path = "$APP/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appcache.toml b/plugins/fs/permissions/autogenerated/base-directories/appcache.toml index bd017a61..20b6027a 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appcache.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appcache.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-appcache-recursive" -description = "This scope recursive access to the complete `$APPCACHE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPCACHE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml b/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml index d9b57a76..61672084 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appconfig.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-appconfig-recursive" -description = "This scope recursive access to the complete `$APPCONFIG` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPCONFIG/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/appdata.toml b/plugins/fs/permissions/autogenerated/base-directories/appdata.toml index 5647b2ea..1b688c6e 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/appdata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/appdata.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-appdata-recursive" -description = "This scope recursive access to the complete `$APPDATA` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPDATA/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml b/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml index 15b00edf..5893dc16 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/applocaldata.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-applocaldata-recursive" -description = "This scope 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/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/applog.toml b/plugins/fs/permissions/autogenerated/base-directories/applog.toml index e20742c9..24842ca0 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/applog.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/applog.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-applog-recursive" -description = "This scope recursive access to the complete `$APPLOG` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files." [[permission.scope.allow]] path = "$APPLOG/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/audio.toml b/plugins/fs/permissions/autogenerated/base-directories/audio.toml index 1acd968a..f5599cdd 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/audio.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/audio.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-audio-recursive" -description = "This scope recursive access to the complete `$AUDIO` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files." [[permission.scope.allow]] path = "$AUDIO/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/cache.toml b/plugins/fs/permissions/autogenerated/base-directories/cache.toml index eaaac4e7..25097d61 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/cache.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/cache.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-cache-recursive" -description = "This scope recursive access to the complete `$CACHE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files." [[permission.scope.allow]] path = "$CACHE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/config.toml b/plugins/fs/permissions/autogenerated/base-directories/config.toml index 99caa5b4..c18f1f23 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/config.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/config.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-config-recursive" -description = "This scope recursive access to the complete `$CONFIG` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files." [[permission.scope.allow]] path = "$CONFIG/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/data.toml b/plugins/fs/permissions/autogenerated/base-directories/data.toml index d7ab55e0..cb68c541 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/data.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/data.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-data-recursive" -description = "This scope recursive access to the complete `$DATA` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$DATA` folder, including sub directories and files." [[permission.scope.allow]] path = "$DATA/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/desktop.toml b/plugins/fs/permissions/autogenerated/base-directories/desktop.toml index 025b53a8..64cab9a9 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/desktop.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/desktop.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-desktop-recursive" -description = "This scope recursive access to the complete `$DESKTOP` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files." [[permission.scope.allow]] path = "$DESKTOP/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/document.toml b/plugins/fs/permissions/autogenerated/base-directories/document.toml index 4f866071..35252401 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/document.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/document.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-document-recursive" -description = "This scope recursive access to the complete `$DOCUMENT` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files." [[permission.scope.allow]] path = "$DOCUMENT/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/download.toml b/plugins/fs/permissions/autogenerated/base-directories/download.toml index b9bd8e6e..bf1256a1 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/download.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/download.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-download-recursive" -description = "This scope recursive access to the complete `$DOWNLOAD` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files." [[permission.scope.allow]] path = "$DOWNLOAD/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/exe.toml b/plugins/fs/permissions/autogenerated/base-directories/exe.toml index 29141bd0..46f3a1ca 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/exe.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/exe.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-exe-recursive" -description = "This scope recursive access to the complete `$EXE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$EXE` folder, including sub directories and files." [[permission.scope.allow]] path = "$EXE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/font.toml b/plugins/fs/permissions/autogenerated/base-directories/font.toml index 5e64cfca..a700fe5b 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/font.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/font.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-font-recursive" -description = "This scope recursive access to the complete `$FONT` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$FONT` folder, including sub directories and files." [[permission.scope.allow]] path = "$FONT/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/home.toml b/plugins/fs/permissions/autogenerated/base-directories/home.toml index 3002dbea..19a0f1e5 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/home.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/home.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-home-recursive" -description = "This scope recursive access to the complete `$HOME` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$HOME` folder, including sub directories and files." [[permission.scope.allow]] path = "$HOME/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/localdata.toml b/plugins/fs/permissions/autogenerated/base-directories/localdata.toml index 51198c58..d7846d37 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/localdata.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/localdata.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-localdata-recursive" -description = "This scope recursive access to the complete `$LOCALDATA` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files." [[permission.scope.allow]] path = "$LOCALDATA/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/log.toml b/plugins/fs/permissions/autogenerated/base-directories/log.toml index 1fa80352..b02f7b8c 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/log.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/log.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-log-recursive" -description = "This scope recursive access to the complete `$LOG` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$LOG` folder, including sub directories and files." [[permission.scope.allow]] path = "$LOG/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/picture.toml b/plugins/fs/permissions/autogenerated/base-directories/picture.toml index 0982dec3..37286ef5 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/picture.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/picture.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-picture-recursive" -description = "This scope recursive access to the complete `$PICTURE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files." [[permission.scope.allow]] path = "$PICTURE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/public.toml b/plugins/fs/permissions/autogenerated/base-directories/public.toml index 64532810..d25b3f87 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/public.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/public.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-public-recursive" -description = "This scope recursive access to the complete `$PUBLIC` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files." [[permission.scope.allow]] path = "$PUBLIC/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/resource.toml b/plugins/fs/permissions/autogenerated/base-directories/resource.toml index f1ec997d..0edc4b9d 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/resource.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/resource.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-resource-recursive" -description = "This scope recursive access to the complete `$RESOURCE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files." [[permission.scope.allow]] path = "$RESOURCE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/runtime.toml b/plugins/fs/permissions/autogenerated/base-directories/runtime.toml index d3f55fc2..60e3a3ee 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/runtime.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/runtime.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-runtime-recursive" -description = "This scope recursive access to the complete `$RUNTIME` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files." [[permission.scope.allow]] path = "$RUNTIME/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/temp.toml b/plugins/fs/permissions/autogenerated/base-directories/temp.toml index 7e2b9b37..c253d1b8 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/temp.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/temp.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-temp-recursive" -description = "This scope recursive access to the complete `$TEMP` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files." [[permission.scope.allow]] path = "$TEMP/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/template.toml b/plugins/fs/permissions/autogenerated/base-directories/template.toml index 77a671a6..1a175c50 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/template.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/template.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-template-recursive" -description = "This scope recursive access to the complete `$TEMPLATE` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files." [[permission.scope.allow]] path = "$TEMPLATE/**" diff --git a/plugins/fs/permissions/autogenerated/base-directories/video.toml b/plugins/fs/permissions/autogenerated/base-directories/video.toml index a898e4b0..3e3ed5b9 100644 --- a/plugins/fs/permissions/autogenerated/base-directories/video.toml +++ b/plugins/fs/permissions/autogenerated/base-directories/video.toml @@ -7,7 +7,7 @@ [[permission]] identifier = "scope-video-recursive" -description = "This scope recursive access to the complete `$VIDEO` folder, including sub directories and files." +description = "This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files." [[permission.scope.allow]] path = "$VIDEO/**" diff --git a/plugins/fs/permissions/autogenerated/reference.md b/plugins/fs/permissions/autogenerated/reference.md index e8b76cec..72328877 100644 --- a/plugins/fs/permissions/autogenerated/reference.md +++ b/plugins/fs/permissions/autogenerated/reference.md @@ -6,7 +6,7 @@ |`allow-app-write`|This allows non-recursive write access to the `$APP` folder.| |`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-recursive`|This scope permits 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.| |`allow-appcache-read-recursive`|This allows full recursive read access to the complete `$APPCACHE` folder, files and subdirectories.| @@ -15,7 +15,7 @@ |`allow-appcache-write`|This allows non-recursive write access to the `$APPCACHE` folder.| |`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-recursive`|This scope permits 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.| |`allow-appconfig-read-recursive`|This allows full recursive read access to the complete `$APPCONFIG` folder, files and subdirectories.| @@ -24,7 +24,7 @@ |`allow-appconfig-write`|This allows non-recursive write access to the `$APPCONFIG` folder.| |`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-recursive`|This scope permits 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.| |`allow-appdata-read-recursive`|This allows full recursive read access to the complete `$APPDATA` folder, files and subdirectories.| @@ -33,7 +33,7 @@ |`allow-appdata-write`|This allows non-recursive write access to the `$APPDATA` folder.| |`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-recursive`|This scope permits 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.| |`allow-applocaldata-read-recursive`|This allows full recursive read access to the complete `$APPLOCALDATA` folder, files and subdirectories.| @@ -42,7 +42,7 @@ |`allow-applocaldata-write`|This allows non-recursive write access to the `$APPLOCALDATA` folder.| |`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-recursive`|This scope permits 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.| |`allow-applog-read-recursive`|This allows full recursive read access to the complete `$APPLOG` folder, files and subdirectories.| @@ -51,7 +51,7 @@ |`allow-applog-write`|This allows non-recursive write access to the `$APPLOG` folder.| |`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-recursive`|This scope permits 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.| |`allow-audio-read-recursive`|This allows full recursive read access to the complete `$AUDIO` folder, files and subdirectories.| @@ -60,7 +60,7 @@ |`allow-audio-write`|This allows non-recursive write access to the `$AUDIO` folder.| |`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-recursive`|This scope permits 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.| |`allow-cache-read-recursive`|This allows full recursive read access to the complete `$CACHE` folder, files and subdirectories.| @@ -69,7 +69,7 @@ |`allow-cache-write`|This allows non-recursive write access to the `$CACHE` folder.| |`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-recursive`|This scope permits 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.| |`allow-config-read-recursive`|This allows full recursive read access to the complete `$CONFIG` folder, files and subdirectories.| @@ -78,7 +78,7 @@ |`allow-config-write`|This allows non-recursive write access to the `$CONFIG` folder.| |`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-recursive`|This scope permits 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.| |`allow-data-read-recursive`|This allows full recursive read access to the complete `$DATA` folder, files and subdirectories.| @@ -87,7 +87,7 @@ |`allow-data-write`|This allows non-recursive write access to the `$DATA` folder.| |`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-recursive`|This scope permits 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.| |`allow-desktop-read-recursive`|This allows full recursive read access to the complete `$DESKTOP` folder, files and subdirectories.| @@ -96,7 +96,7 @@ |`allow-desktop-write`|This allows non-recursive write access to the `$DESKTOP` folder.| |`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-recursive`|This scope permits 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.| |`allow-document-read-recursive`|This allows full recursive read access to the complete `$DOCUMENT` folder, files and subdirectories.| @@ -105,7 +105,7 @@ |`allow-document-write`|This allows non-recursive write access to the `$DOCUMENT` folder.| |`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-recursive`|This scope permits 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.| |`allow-download-read-recursive`|This allows full recursive read access to the complete `$DOWNLOAD` folder, files and subdirectories.| @@ -114,7 +114,7 @@ |`allow-download-write`|This allows non-recursive write access to the `$DOWNLOAD` folder.| |`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-recursive`|This scope permits 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.| |`allow-exe-read-recursive`|This allows full recursive read access to the complete `$EXE` folder, files and subdirectories.| @@ -123,7 +123,7 @@ |`allow-exe-write`|This allows non-recursive write access to the `$EXE` folder.| |`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-recursive`|This scope permits 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.| |`allow-font-read-recursive`|This allows full recursive read access to the complete `$FONT` folder, files and subdirectories.| @@ -132,7 +132,7 @@ |`allow-font-write`|This allows non-recursive write access to the `$FONT` folder.| |`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-recursive`|This scope permits 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.| |`allow-home-read-recursive`|This allows full recursive read access to the complete `$HOME` folder, files and subdirectories.| @@ -141,7 +141,7 @@ |`allow-home-write`|This allows non-recursive write access to the `$HOME` folder.| |`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-recursive`|This scope permits 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.| |`allow-localdata-read-recursive`|This allows full recursive read access to the complete `$LOCALDATA` folder, files and subdirectories.| @@ -150,7 +150,7 @@ |`allow-localdata-write`|This allows non-recursive write access to the `$LOCALDATA` folder.| |`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-recursive`|This scope permits 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.| |`allow-log-read-recursive`|This allows full recursive read access to the complete `$LOG` folder, files and subdirectories.| @@ -159,7 +159,7 @@ |`allow-log-write`|This allows non-recursive write access to the `$LOG` folder.| |`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-recursive`|This scope permits 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.| |`allow-picture-read-recursive`|This allows full recursive read access to the complete `$PICTURE` folder, files and subdirectories.| @@ -168,7 +168,7 @@ |`allow-picture-write`|This allows non-recursive write access to the `$PICTURE` folder.| |`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-recursive`|This scope permits 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.| |`allow-public-read-recursive`|This allows full recursive read access to the complete `$PUBLIC` folder, files and subdirectories.| @@ -177,7 +177,7 @@ |`allow-public-write`|This allows non-recursive write access to the `$PUBLIC` folder.| |`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-recursive`|This scope permits 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.| |`allow-resource-read-recursive`|This allows full recursive read access to the complete `$RESOURCE` folder, files and subdirectories.| @@ -186,7 +186,7 @@ |`allow-resource-write`|This allows non-recursive write access to the `$RESOURCE` folder.| |`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-recursive`|This scope permits 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.| |`allow-runtime-read-recursive`|This allows full recursive read access to the complete `$RUNTIME` folder, files and subdirectories.| @@ -195,7 +195,7 @@ |`allow-runtime-write`|This allows non-recursive write access to the `$RUNTIME` folder.| |`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-recursive`|This scope permits 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.| |`allow-temp-read-recursive`|This allows full recursive read access to the complete `$TEMP` folder, files and subdirectories.| @@ -204,7 +204,7 @@ |`allow-temp-write`|This allows non-recursive write access to the `$TEMP` folder.| |`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-recursive`|This scope permits 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.| |`allow-template-read-recursive`|This allows full recursive read access to the complete `$TEMPLATE` folder, files and subdirectories.| @@ -213,7 +213,7 @@ |`allow-template-write`|This allows non-recursive write access to the `$TEMPLATE` folder.| |`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-recursive`|This scope permits 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.| |`allow-video-read-recursive`|This allows full recursive read access to the complete `$VIDEO` folder, files and subdirectories.| @@ -222,7 +222,7 @@ |`allow-video-write`|This allows non-recursive write access to the `$VIDEO` folder.| |`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-recursive`|This scope permits 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.| |`allow-copy-file`|Enables the copy_file command without any pre-configured scope.| diff --git a/plugins/fs/permissions/schemas/schema.json b/plugins/fs/permissions/schemas/schema.json index 304562c3..96817842 100644 --- a/plugins/fs/permissions/schemas/schema.json +++ b/plugins/fs/permissions/schemas/schema.json @@ -337,7 +337,7 @@ ] }, { - "description": "scope-app-recursive -> This scope recursive access to the complete `$APP` folder, including sub directories and files.", + "description": "scope-app-recursive -> This scope permits recursive access to the complete `$APP` folder, including sub directories and files.", "type": "string", "enum": [ "scope-app-recursive" @@ -400,7 +400,7 @@ ] }, { - "description": "scope-appcache-recursive -> This scope recursive access to the complete `$APPCACHE` folder, including sub directories and files.", + "description": "scope-appcache-recursive -> This scope permits recursive access to the complete `$APPCACHE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-appcache-recursive" @@ -463,7 +463,7 @@ ] }, { - "description": "scope-appconfig-recursive -> This scope recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", + "description": "scope-appconfig-recursive -> This scope permits recursive access to the complete `$APPCONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "scope-appconfig-recursive" @@ -526,7 +526,7 @@ ] }, { - "description": "scope-appdata-recursive -> This scope recursive access to the complete `$APPDATA` folder, including sub directories and files.", + "description": "scope-appdata-recursive -> This scope permits recursive access to the complete `$APPDATA` folder, including sub directories and files.", "type": "string", "enum": [ "scope-appdata-recursive" @@ -589,7 +589,7 @@ ] }, { - "description": "scope-applocaldata-recursive -> This scope recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", + "description": "scope-applocaldata-recursive -> This scope permits recursive access to the complete `$APPLOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "scope-applocaldata-recursive" @@ -652,7 +652,7 @@ ] }, { - "description": "scope-applog-recursive -> This scope recursive access to the complete `$APPLOG` folder, including sub directories and files.", + "description": "scope-applog-recursive -> This scope permits recursive access to the complete `$APPLOG` folder, including sub directories and files.", "type": "string", "enum": [ "scope-applog-recursive" @@ -715,7 +715,7 @@ ] }, { - "description": "scope-audio-recursive -> This scope recursive access to the complete `$AUDIO` folder, including sub directories and files.", + "description": "scope-audio-recursive -> This scope permits recursive access to the complete `$AUDIO` folder, including sub directories and files.", "type": "string", "enum": [ "scope-audio-recursive" @@ -778,7 +778,7 @@ ] }, { - "description": "scope-cache-recursive -> This scope recursive access to the complete `$CACHE` folder, including sub directories and files.", + "description": "scope-cache-recursive -> This scope permits recursive access to the complete `$CACHE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-cache-recursive" @@ -841,7 +841,7 @@ ] }, { - "description": "scope-config-recursive -> This scope recursive access to the complete `$CONFIG` folder, including sub directories and files.", + "description": "scope-config-recursive -> This scope permits recursive access to the complete `$CONFIG` folder, including sub directories and files.", "type": "string", "enum": [ "scope-config-recursive" @@ -904,7 +904,7 @@ ] }, { - "description": "scope-data-recursive -> This scope recursive access to the complete `$DATA` folder, including sub directories and files.", + "description": "scope-data-recursive -> This scope permits recursive access to the complete `$DATA` folder, including sub directories and files.", "type": "string", "enum": [ "scope-data-recursive" @@ -967,7 +967,7 @@ ] }, { - "description": "scope-desktop-recursive -> This scope recursive access to the complete `$DESKTOP` folder, including sub directories and files.", + "description": "scope-desktop-recursive -> This scope permits recursive access to the complete `$DESKTOP` folder, including sub directories and files.", "type": "string", "enum": [ "scope-desktop-recursive" @@ -1030,7 +1030,7 @@ ] }, { - "description": "scope-document-recursive -> This scope recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", + "description": "scope-document-recursive -> This scope permits recursive access to the complete `$DOCUMENT` folder, including sub directories and files.", "type": "string", "enum": [ "scope-document-recursive" @@ -1093,7 +1093,7 @@ ] }, { - "description": "scope-download-recursive -> This scope recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", + "description": "scope-download-recursive -> This scope permits recursive access to the complete `$DOWNLOAD` folder, including sub directories and files.", "type": "string", "enum": [ "scope-download-recursive" @@ -1156,7 +1156,7 @@ ] }, { - "description": "scope-exe-recursive -> This scope recursive access to the complete `$EXE` folder, including sub directories and files.", + "description": "scope-exe-recursive -> This scope permits recursive access to the complete `$EXE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-exe-recursive" @@ -1219,7 +1219,7 @@ ] }, { - "description": "scope-font-recursive -> This scope recursive access to the complete `$FONT` folder, including sub directories and files.", + "description": "scope-font-recursive -> This scope permits recursive access to the complete `$FONT` folder, including sub directories and files.", "type": "string", "enum": [ "scope-font-recursive" @@ -1282,7 +1282,7 @@ ] }, { - "description": "scope-home-recursive -> This scope recursive access to the complete `$HOME` folder, including sub directories and files.", + "description": "scope-home-recursive -> This scope permits recursive access to the complete `$HOME` folder, including sub directories and files.", "type": "string", "enum": [ "scope-home-recursive" @@ -1345,7 +1345,7 @@ ] }, { - "description": "scope-localdata-recursive -> This scope recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", + "description": "scope-localdata-recursive -> This scope permits recursive access to the complete `$LOCALDATA` folder, including sub directories and files.", "type": "string", "enum": [ "scope-localdata-recursive" @@ -1408,7 +1408,7 @@ ] }, { - "description": "scope-log-recursive -> This scope recursive access to the complete `$LOG` folder, including sub directories and files.", + "description": "scope-log-recursive -> This scope permits recursive access to the complete `$LOG` folder, including sub directories and files.", "type": "string", "enum": [ "scope-log-recursive" @@ -1471,7 +1471,7 @@ ] }, { - "description": "scope-picture-recursive -> This scope recursive access to the complete `$PICTURE` folder, including sub directories and files.", + "description": "scope-picture-recursive -> This scope permits recursive access to the complete `$PICTURE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-picture-recursive" @@ -1534,7 +1534,7 @@ ] }, { - "description": "scope-public-recursive -> This scope recursive access to the complete `$PUBLIC` folder, including sub directories and files.", + "description": "scope-public-recursive -> This scope permits recursive access to the complete `$PUBLIC` folder, including sub directories and files.", "type": "string", "enum": [ "scope-public-recursive" @@ -1597,7 +1597,7 @@ ] }, { - "description": "scope-resource-recursive -> This scope recursive access to the complete `$RESOURCE` folder, including sub directories and files.", + "description": "scope-resource-recursive -> This scope permits recursive access to the complete `$RESOURCE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-resource-recursive" @@ -1660,7 +1660,7 @@ ] }, { - "description": "scope-runtime-recursive -> This scope recursive access to the complete `$RUNTIME` folder, including sub directories and files.", + "description": "scope-runtime-recursive -> This scope permits recursive access to the complete `$RUNTIME` folder, including sub directories and files.", "type": "string", "enum": [ "scope-runtime-recursive" @@ -1723,7 +1723,7 @@ ] }, { - "description": "scope-temp-recursive -> This scope recursive access to the complete `$TEMP` folder, including sub directories and files.", + "description": "scope-temp-recursive -> This scope permits recursive access to the complete `$TEMP` folder, including sub directories and files.", "type": "string", "enum": [ "scope-temp-recursive" @@ -1786,7 +1786,7 @@ ] }, { - "description": "scope-template-recursive -> This scope recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", + "description": "scope-template-recursive -> This scope permits recursive access to the complete `$TEMPLATE` folder, including sub directories and files.", "type": "string", "enum": [ "scope-template-recursive" @@ -1849,7 +1849,7 @@ ] }, { - "description": "scope-video-recursive -> This scope recursive access to the complete `$VIDEO` folder, including sub directories and files.", + "description": "scope-video-recursive -> This scope permits recursive access to the complete `$VIDEO` folder, including sub directories and files.", "type": "string", "enum": [ "scope-video-recursive"