[gnome-boxes/wip/feborges/no-filesystem-access: 2/2] flatpak: Remove filesystem access



commit 5759e5eff2702eff0a2b396604bbb49d549cdb92
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Oct 30 13:51:57 2018 +0100

    flatpak: Remove filesystem access
    
    Boxes no longer needs to access the filesystem out of the sandbox.
    The recent changes introduced in this series make the use of portals
    to interact with external files.
    
    Only dconf access persists.
    
    See http://docs.flatpak.org/en/latest/sandbox-permissions.html

 build-aux/flatpak/org.gnome.Boxes.json | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index c2025003..65c03b0b 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -18,7 +18,6 @@
         "--talk-name=org.freedesktop.Accounts",
         "--filesystem=xdg-run/dconf",
         "--filesystem=~/.config/dconf:ro",
-        "--filesystem=home",
         "--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]