Skip to content

Commit 32f8970

Browse files
amrbashirgezihuzi
authored andcommitted
docs(fs): fix default permission documentation (tauri-apps#1980)
1 parent 4c7f645 commit 32f8970

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

plugins/fs/permissions/autogenerated/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This default permission set prevents access to critical components
2424
of the Tauri application by default.
2525
On Windows the webview data folder access is denied.
2626

27+
#### Included permissions:
2728

2829

2930
- `create-app-specific-dirs`

plugins/fs/permissions/default.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ This default permission set prevents access to critical components
2626
of the Tauri application by default.
2727
On Windows the webview data folder access is denied.
2828
29+
#### Included permissions within this default permission set:
2930
"""
3031
permissions = [
3132
"create-app-specific-dirs",

plugins/fs/permissions/schemas/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@
16651665
"const": "create-app-specific-dirs"
16661666
},
16671667
{
1668-
"description": "This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n",
1668+
"description": "This set of permissions describes the what kind of\nfile system access the `fs` plugin has enabled or denied by default.\n\n#### Granted Permissions\n\nThis default permission set enables read access to the\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\nAppLog) and all files and sub directories created in it.\nThe location of these directories depends on the operating system,\nwhere the application is run.\n\nIn general these directories need to be manually created\nby the application at runtime, before accessing files or folders\nin it is possible.\n\nTherefore, it is also allowed to create all of these folders via\nthe `mkdir` command.\n\n#### Denied Permissions\n\nThis default permission set prevents access to critical components\nof the Tauri application by default.\nOn Windows the webview data folder access is denied.\n\n#### Included permissions within this default permission set:\n",
16691669
"type": "string",
16701670
"const": "default"
16711671
},

0 commit comments

Comments
 (0)