mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +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"
|
||||
|
||||
Reference in New Issue
Block a user