Merge branch 'wip/flatpak-goa-perms' into 'master'

Allow access to the ControlCenter and GOA daemon from Flatpak sandbox

Closes #202

See merge request GNOME/geary!100
This commit is contained in:
Michael Gratton 2019-02-07 23:40:12 +00:00
commit cf6f0b1897

View file

@ -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",