[seahorse/wip/nielsdg/flatpak-avahi-issue] flatpak: Request network permissions
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse/wip/nielsdg/flatpak-avahi-issue] flatpak: Request network permissions
- Date: Thu, 28 Feb 2019 15:22:24 +0000 (UTC)
commit c0f6f37a23c99c2e78f21dc4c233f9748d7d3a48
Author: Niels De Graef <niels degraef barco com>
Date: Thu Feb 28 16:21:13 2019 +0100
flatpak: Request network permissions
This fixes portal permission errors when trying to contact keyservers.
build-aux/org.gnome.Seahorse.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/org.gnome.Seahorse.json b/build-aux/org.gnome.Seahorse.json
index 701100ed..900183fd 100644
--- a/build-aux/org.gnome.Seahorse.json
+++ b/build-aux/org.gnome.Seahorse.json
@@ -20,7 +20,9 @@
"--talk-name=org.freedesktop.secrets",
/* 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",
+ /* Needed for importing/exporting from/to keyservers */
+ "--share=network"
],
"build-options" : {
"cflags": "-O2 -g",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]