[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:30:35 +0000 (UTC)
commit 9c07fc41a262538eede177a1ff3cadbeead006f3
Author: Niels De Graef <nielsdegraef gmail 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..555ccfaf 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]