mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
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
This commit is contained in:
parent
33c37cf3f7
commit
963460540a
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue