flatpak: allow access to $HOME

The whole purpose of Tuhi is to save the files after downloading and the
flatpak sandbox quietly dropped any file we saved in the target directory.

We could use xdg-download or something as allowed directory but let's open up
home itself since we don't want to limit where the files can be saved.

Fixes #230

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/240/head
Peter Hutterer 2019-11-14 09:01:33 +10:00
parent 67eb54c908
commit 110c77745c
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
"--socket=wayland",
"--talk-name=org.freedesktop.tuhi1",
"--own-name=org.freedesktop.tuhi1",
"--system-talk-name=org.bluez"
"--system-talk-name=org.bluez",
"--filesystem=home"
],
"modules": [
{