[gnome-apps-nightly] gitg: SSH_AUTH_SOCK access
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] gitg: SSH_AUTH_SOCK access
- Date: Fri, 2 Dec 2016 04:44:34 +0000 (UTC)
commit d62ea750e27fbc7732605180cba68469637a760b
Author: Christian Hergert <chergert redhat com>
Date: Thu Dec 1 20:44:23 2016 -0800
gitg: SSH_AUTH_SOCK access
org.gnome.gitg.json | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.gitg.json b/org.gnome.gitg.json
index 7b1f114..9d066f9 100644
--- a/org.gnome.gitg.json
+++ b/org.gnome.gitg.json
@@ -17,7 +17,10 @@
"--filesystem=host",
/* 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",
+ "--filesystem=xdg-run/keyring"
],
"build-options" : {
"cflags": "-O2 -g",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]