[gnome-documents] flatpak: Use home instead of host



commit e5d49d196880c21ac0a58b5d51fdee99bcf9bf49
Author: Christopher Davis <brainblasted disroot org>
Date:   Sun Mar 3 04:08:35 2019 -0500

    flatpak: Use home instead of host
    
    I went a bit overboard in giving Documents host access. It really only needs home directory access.

 flatpak/org.gnome.Documents.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index a9a4b109..1aec46e4 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -13,7 +13,7 @@
         "--socket=wayland",
         /* Read-only access to users documents */
         /* Docs can be outside xdg-dirs */
-        "--filesystem=host:ro",
+        "--filesystem=home:ro",
         /* Needs to talk to the network: */
         "--share=network",
         "--talk-name=org.gnome.Mutter.DisplayConfig",


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