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



commit 2afa7a6f19f3603b42091fb80f3ec54a18eb610b
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]