|
1945 | 1945 | "markdownDescription": "Denies the write_text_file command without any pre-configured scope."
|
1946 | 1946 | },
|
1947 | 1947 | {
|
1948 |
| - "description": "This permissions allows to create the application specific directories.\n", |
| 1948 | + "description": "This permissions allows to create the application specific directories.\r\n", |
1949 | 1949 | "type": "string",
|
1950 | 1950 | "const": "create-app-specific-dirs",
|
1951 |
| - "markdownDescription": "This permissions allows to create the application specific directories.\n" |
| 1951 | + "markdownDescription": "This permissions allows to create the application specific directories.\r\n" |
1952 | 1952 | },
|
1953 | 1953 | {
|
1954 |
| - "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#### This default permission set includes:\n\n- `create-app-specific-dirs`\n- `read-app-specific-dirs-recursive`\n- `deny-default`", |
| 1954 | + "description": "This set of permissions describes the what kind of\r\nfile system access the `fs` plugin has enabled or denied by default.\r\n\r\n#### Granted Permissions\r\n\r\nThis default permission set enables read access to the\r\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\r\nAppLog) and all files and sub directories created in it.\r\nThe location of these directories depends on the operating system,\r\nwhere the application is run.\r\n\r\nIn general these directories need to be manually created\r\nby the application at runtime, before accessing files or folders\r\nin it is possible.\r\n\r\nTherefore, it is also allowed to create all of these folders via\r\nthe `mkdir` command.\r\n\r\n#### Denied Permissions\r\n\r\nThis default permission set prevents access to critical components\r\nof the Tauri application by default.\r\nOn Windows the webview data folder access is denied.\r\n\n#### This default permission set includes:\n\n- `create-app-specific-dirs`\n- `read-app-specific-dirs-recursive`\n- `deny-default`", |
1955 | 1955 | "type": "string",
|
1956 | 1956 | "const": "default",
|
1957 |
| - "markdownDescription": "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#### This default permission set includes:\n\n- `create-app-specific-dirs`\n- `read-app-specific-dirs-recursive`\n- `deny-default`" |
| 1957 | + "markdownDescription": "This set of permissions describes the what kind of\r\nfile system access the `fs` plugin has enabled or denied by default.\r\n\r\n#### Granted Permissions\r\n\r\nThis default permission set enables read access to the\r\napplication specific directories (AppConfig, AppData, AppLocalData, AppCache,\r\nAppLog) and all files and sub directories created in it.\r\nThe location of these directories depends on the operating system,\r\nwhere the application is run.\r\n\r\nIn general these directories need to be manually created\r\nby the application at runtime, before accessing files or folders\r\nin it is possible.\r\n\r\nTherefore, it is also allowed to create all of these folders via\r\nthe `mkdir` command.\r\n\r\n#### Denied Permissions\r\n\r\nThis default permission set prevents access to critical components\r\nof the Tauri application by default.\r\nOn Windows the webview data folder access is denied.\r\n\n#### This default permission set includes:\n\n- `create-app-specific-dirs`\n- `read-app-specific-dirs-recursive`\n- `deny-default`" |
1958 | 1958 | },
|
1959 | 1959 | {
|
1960 | 1960 | "description": "This denies access to dangerous Tauri relevant files and folders by default.\n#### This permission set includes:\n\n- `deny-webview-data-linux`\n- `deny-webview-data-windows`",
|
|
1963 | 1963 | "markdownDescription": "This denies access to dangerous Tauri relevant files and folders by default.\n#### This permission set includes:\n\n- `deny-webview-data-linux`\n- `deny-webview-data-windows`"
|
1964 | 1964 | },
|
1965 | 1965 | {
|
1966 |
| - "description": "This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", |
| 1966 | + "description": "This denies read access to the\r\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\r\nAllowing access can lead to sensitive information disclosure and should be well considered.", |
1967 | 1967 | "type": "string",
|
1968 | 1968 | "const": "deny-webview-data-linux",
|
1969 |
| - "markdownDescription": "This denies read access to the\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered." |
| 1969 | + "markdownDescription": "This denies read access to the\r\n`$APPLOCALDATA` folder on linux as the webview data and configuration values are stored here.\r\nAllowing access can lead to sensitive information disclosure and should be well considered." |
1970 | 1970 | },
|
1971 | 1971 | {
|
1972 |
| - "description": "This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered.", |
| 1972 | + "description": "This denies read access to the\r\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\r\nAllowing access can lead to sensitive information disclosure and should be well considered.", |
1973 | 1973 | "type": "string",
|
1974 | 1974 | "const": "deny-webview-data-windows",
|
1975 |
| - "markdownDescription": "This denies read access to the\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\nAllowing access can lead to sensitive information disclosure and should be well considered." |
| 1975 | + "markdownDescription": "This denies read access to the\r\n`$APPLOCALDATA/EBWebView` folder on windows as the webview data and configuration values are stored here.\r\nAllowing access can lead to sensitive information disclosure and should be well considered." |
1976 | 1976 | },
|
1977 | 1977 | {
|
1978 | 1978 | "description": "This enables all read related commands without any pre-configured accessible paths.",
|
|
1981 | 1981 | "markdownDescription": "This enables all read related commands without any pre-configured accessible paths."
|
1982 | 1982 | },
|
1983 | 1983 | {
|
1984 |
| - "description": "This permission allows recursive read functionality on the application\nspecific base directories. \n", |
| 1984 | + "description": "This permission allows recursive read functionality on the application\r\nspecific base directories. \r\n", |
1985 | 1985 | "type": "string",
|
1986 | 1986 | "const": "read-app-specific-dirs-recursive",
|
1987 |
| - "markdownDescription": "This permission allows recursive read functionality on the application\nspecific base directories. \n" |
| 1987 | + "markdownDescription": "This permission allows recursive read functionality on the application\r\nspecific base directories. \r\n" |
1988 | 1988 | },
|
1989 | 1989 | {
|
1990 | 1990 | "description": "This enables directory read and file metadata related commands without any pre-configured accessible paths.",
|
|
0 commit comments