[gnome-todo] flatpak: Remove unnecessary permissions



commit 2c6c1f741aea29bb8f6a1e0577907514ae0de24c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Apr 4 22:13:01 2021 -0300

    flatpak: Remove unnecessary permissions
    
    We don't really need the massively insecure host permission for now, nor
    the obsolete dconf stuff.

 build-aux/flatpak/org.gnome.Todo.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index 3db71b47..b81589df 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -19,12 +19,7 @@
         "--talk-name=org.gnome.evolution.dataserver.Sources5",
         "--talk-name=org.gnome.evolution.dataserver.Subprocess.Backend.*",
         "--talk-name=org.gnome.OnlineAccounts",
-        "--talk-name=org.gnome.SettingsDaemon.Color",
-        "--filesystem=host",
-        "--filesystem=xdg-run/dconf",
-        "--filesystem=~/.config/dconf:ro",
-        "--talk-name=ca.desrt.dconf",
-        "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+        "--talk-name=org.gnome.SettingsDaemon.Color"
     ],
     "x-run-args" : [
         "--debug"


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