From 963460540a2c1b09fe6a61187ce9300688f8cad6 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 3 Nov 2017 22:27:22 +0100 Subject: [PATCH] Snap: see if added permissions provided by allow-sandbox fix issue https://forum.snapcraft.io/t/electron-snap-killed-when-using-app-makesingleinstance-api/2667/17 --- snap/snapcraft.template.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.template.yaml b/snap/snapcraft.template.yaml index fb1101dab..17383c267 100644 --- a/snap/snapcraft.template.yaml +++ b/snap/snapcraft.template.yaml @@ -43,7 +43,7 @@ apps: TMPDIR: $XDG_RUNTIME_DIR plugs: - avahi-observe - - browser-support + - browser-sandbox - cups-control - gsettings - home @@ -57,3 +57,8 @@ apps: - screen-inhibit-control - unity7 - x11 + +plugs: + browser-sandbox: + interface: browser-support + allow-sandbox: true