Skip to content

Commit 6b2681b

Browse files
committed
linter: Document new special directory access errors
1 parent db43611 commit 6b2681b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/02-for-app-authors/12-linter.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,42 @@ be used instead.
681681
Please consult the [Flatpak permission guide](https://docs.flatpak.org/en/latest/sandbox-permissions.html)
682682
and the [manual page](https://docs.flatpak.org/en/latest/flatpak-command-reference.html?highlight=filesystem#).
683683

684+
### finish-args-flatpak-appdata-folder-access
685+
686+
**Exceptions allowed**: Yes
687+
688+
The [finish-args](https://docs.flatpak.org/en/latest/manifests.html#finishing)
689+
in the manifest has `filesystem` permission to `~/.var/app`.
690+
691+
### finish-args-flatpak-system-folder-access
692+
693+
**Exceptions allowed**: Yes
694+
695+
The [finish-args](https://docs.flatpak.org/en/latest/manifests.html#finishing)
696+
in the manifest has `filesystem` permission to `/var/lib/flatpak`.
697+
698+
### finish-args-flatpak-user-folder-access
699+
700+
**Exceptions allowed**: Yes
701+
702+
The [finish-args](https://docs.flatpak.org/en/latest/manifests.html#finishing)
703+
in the manifest has `filesystem` permission to `~/.local/share/flatpak`.
704+
705+
### finish-args-host-tmp-access
706+
707+
**Exceptions allowed**: Yes
708+
709+
The [finish-args](https://docs.flatpak.org/en/latest/manifests.html#finishing)
710+
in the manifest has `filesystem` permission to `/tmp`.
711+
712+
### finish-args-host-var-access
713+
714+
**Exceptions allowed**: Yes
715+
716+
The [finish-args](https://docs.flatpak.org/en/latest/manifests.html#finishing)
717+
in the manifest has `filesystem` permission to `/var` or a subdirectory
718+
of it.
719+
684720
### finish-args-absolute-run-media-path
685721

686722
**Exceptions allowed**: No

0 commit comments

Comments
 (0)