[frogr] flatpak: Grant filesystem access to user readable files (host)



commit 036c311eecf2c6d9cce04fae02aaba19fdbf0bd7
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Sun Jun 4 14:49:03 2017 +0100

    flatpak: Grant filesystem access to user readable files (host)
    
    Previously, we granted access to the home directory, but that's likely
    not enough in many cases where pictures might be stored in a different
    mount point, an external hard drive or similar, so expand it a bit.

 flatpak/org.gnome.frogr-stable.json   |    4 ++--
 flatpak/org.gnome.frogr-unstable.json |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.frogr-stable.json b/flatpak/org.gnome.frogr-stable.json
index 9b14a67..309be71 100644
--- a/flatpak/org.gnome.frogr-stable.json
+++ b/flatpak/org.gnome.frogr-stable.json
@@ -12,8 +12,8 @@
         "--socket=wayland",
         /* Needs to talk to the network: */
         "--share=network",
-        /* Needed for frogr to access your home directory */
-        "--filesystem=home",
+        /* Needed for frogr to access your pictures */
+        "--filesystem=host",
         /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
diff --git a/flatpak/org.gnome.frogr-unstable.json b/flatpak/org.gnome.frogr-unstable.json
index 71b3f83..48406af 100644
--- a/flatpak/org.gnome.frogr-unstable.json
+++ b/flatpak/org.gnome.frogr-unstable.json
@@ -13,8 +13,8 @@
         "--socket=wayland",
         /* Needs to talk to the network: */
         "--share=network",
-        /* Needed for frogr to access your home directory */
-        "--filesystem=home",
+        /* Needed for frogr to access your pictures */
+        "--filesystem=host",
         /* Needed for dconf to work */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
         "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]