[epiphany/gnome-3-26] flatpak: Allow access to gnome-keyring
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-26] flatpak: Allow access to gnome-keyring
- Date: Wed, 4 Oct 2017 16:00:23 +0000 (UTC)
commit 1c242c4b4f52dbc5515ebb7b39977ae2ec925a83
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Wed Oct 4 16:33:27 2017 +0200
flatpak: Allow access to gnome-keyring
org.gnome.Epiphany.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 07fd499..92f40e6 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -21,7 +21,9 @@
"--system-talk-name=org.freedesktop.GeoClue2",
/* 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"
+ "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
+ /* We need access to auth agents */
+ "--talk-name=org.freedesktop.secrets"
],
"build-options" : {
"cflags": "-O2 -g",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]