[baobab] Add permissions to flatpak



commit 8ecda6ce6b202290fe7b050170511235efd0f947
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Tue May 26 18:43:14 2020 +0200

    Add permissions to flatpak

 build-aux/flatpak/org.gnome.baobab.json | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.baobab.json b/build-aux/flatpak/org.gnome.baobab.json
index 59e2fb7..f338629 100644
--- a/build-aux/flatpak/org.gnome.baobab.json
+++ b/build-aux/flatpak/org.gnome.baobab.json
@@ -8,20 +8,18 @@
         "devel"
     ],
     "finish-args" : [
-        /* X11 + XShm access */
         "--share=ipc",
         "--socket=x11",
-        /* Wayland access */
         "--socket=wayland",
-        /* 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",
-        /* Needed to be able to scan files */
         "--filesystem=host:ro",
-        /* Access to other apps' files */
-        "--filesystem=~/.var/app:ro"
+        "--filesystem=~/.var/app:ro",
+        "--talk-name=org.gtk.vfs.*",
+        "--system-talk-name=org.freedesktop.hostname1",
+        "--share=network"
     ],
     "build-options" : {
         "cflags" : "-O2 -g",


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