Skip to content

Commit

Permalink
linter: Update docs for xdg dir access
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jul 12, 2024
1 parent 0ab7e47 commit ec420ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/02-for-app-authors/12-linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ This must not be used except for very specific cases. Please follow the
[Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#d-bus-access)
for more information

### finish-args-arbitrary-xdg-cache-access
### finish-args-arbitrary-xdg-cache-mode-access

**Exceptions allowed**: Yes[^3]

Expand All @@ -636,7 +636,7 @@ Applications do not need to access the host's cache directory.

Please see the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#f3).

### finish-args-arbitrary-xdg-config-access
### finish-args-arbitrary-xdg-config-mode-access

**Exceptions allowed**: Yes[^3]

Expand All @@ -650,7 +650,7 @@ Applications do not need to access the host's config directory.

Please see the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#f3).

### finish-args-arbitrary-xdg-data-access
### finish-args-arbitrary-xdg-data-mode-access

**Exceptions allowed**: Yes[^3]

Expand Down Expand Up @@ -841,7 +841,7 @@ to specify manually.
Please see the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#d-bus-access)
section for more details.

### finish-args-unnecessary-xdg-cache-access
### finish-args-unnecessary-xdg-cache-subdir-mode-access

**Exceptions allowed**: Yes[^3]

Expand All @@ -855,7 +855,7 @@ host's cache directory or subpaths of it.

Please see the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#f3).

### finish-args-unnecessary-xdg-config-access
### finish-args-unnecessary-xdg-config-subdir-mode-access

**Exceptions allowed**: Yes[^3]

Expand All @@ -869,7 +869,7 @@ host's config directory or subpaths of it.

Please see the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html#f3).

### finish-args-unnecessary-xdg-data-access
### finish-args-unnecessary-xdg-data-subdir-mode-access

**Exceptions allowed**: Yes[^3]

Expand Down

0 comments on commit ec420ff

Please sign in to comment.