build-aux/flatpak: add xdg-download read-only as a allowed directory

This commit is contained in:
tfuxu 2022-12-19 20:19:32 +01:00
parent 03a63e7a33
commit ca84565745
No known key found for this signature in database
GPG key ID: 79CFC3B9B31C098A
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
"--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/gvfsd",
"--filesystem=xdg-download:ro",
"--filesystem=~/.mozilla/firefox",
"--filesystem=~/.librewolf",
"--filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox",

View file

@ -14,6 +14,7 @@
"--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/gvfsd",
"--filesystem=xdg-download:ro",
"--filesystem=~/.mozilla/firefox",
"--filesystem=~/.librewolf",
"--filesystem=~/.var/app/org.mozilla.firefox/.mozilla/firefox",