[devhelp/wip/flatpak] flatpak: full access to the host filesystem



commit a85c0e709995454f4a4c13185be8040ee3d1b693
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jan 11 08:08:07 2018 +0100

    flatpak: full access to the host filesystem

 flatpak/org.gnome.Devhelp.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Devhelp.json b/flatpak/org.gnome.Devhelp.json
index 961b684..8bb3bb1 100644
--- a/flatpak/org.gnome.Devhelp.json
+++ b/flatpak/org.gnome.Devhelp.json
@@ -12,6 +12,8 @@
         "--share=ipc", "--socket=x11",
         /* Wayland access */
         "--socket=wayland",
+        /* We want full fs access to see the API docs installed with Linux distro packages. */
+        "--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]