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



commit 17e4ff8015dfa76769770aa5136d0086fa7fcc6f
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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Devhelp.json b/flatpak/org.gnome.Devhelp.json
index 961b684..82add3b 100644
--- a/flatpak/org.gnome.Devhelp.json
+++ b/flatpak/org.gnome.Devhelp.json
@@ -12,6 +12,10 @@
         "--share=ipc", "--socket=x11",
         /* Wayland access */
         "--socket=wayland",
+        /* We want full fs access to see the API docs installed by traditional
+         * Linux distro packages.
+         */
+        "--filesystem=host:ro",
         /* 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]