[geary/wip/flatpak-goa-perms] Allow access to the ControlCenter and GOA daemon from Flatpak sandbox



commit 988c3ab051eff5963277bc53d324b670bbc04476
Author: Michael Gratton <mike vee net>
Date:   Fri Feb 8 09:55:46 2019 +1100

    Allow access to the ControlCenter and GOA daemon from Flatpak sandbox
    
    Fixes #202

 org.gnome.Geary.json | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index dc8f9e65..8c9dbc0b 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -32,6 +32,10 @@
         /* Secrets access */
         "--talk-name=org.freedesktop.secrets",
 
+        /* GOA support */
+        "--talk-name=org.gnome.ControlCenter",
+        "--talk-name=org.gnome.OnlineAccounts",
+
         /* 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]