Skip to content

Commit

Permalink
Merge bitcoin-core#51: snap: Add home interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke authored and jagdeep sidhu committed Apr 20, 2021
1 parent e392e7e commit 7d1c78e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ confinement: strict
apps:
daemon:
command: syscoind
plugs: [removable-media, network, network-bind]
plugs: [home, removable-media, network, network-bind]
environment:
# Override HOME so the datadir is located at
# ~/snap/syscoin-core/common/.syscoin/ instead of
Expand All @@ -24,13 +24,13 @@ apps:
HOME: $SNAP_USER_COMMON
qt:
command: desktop-launch syscoin-qt
plugs: [removable-media, network, network-bind, desktop, x11]
plugs: [home, removable-media, network, network-bind, desktop, x11]
environment:
HOME: $SNAP_USER_COMMON
DISABLE_WAYLAND: 1
cli:
command: syscoin-cli
plugs: [removable-media, network]
plugs: [home, removable-media, network]
environment:
HOME: $SNAP_USER_COMMON

Expand Down

0 comments on commit 7d1c78e

Please sign in to comment.