Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
snap: add the removable-media plug (#10377)
Browse files Browse the repository at this point in the history
This interface allows the snap to access the directories in /media. This is needed when the storage is in a separate disk, not part of home.
  • Loading branch information
Leo Arias authored and 5chdn committed Feb 20, 2019
1 parent ca67dc2 commit b4520c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/snap/snapcraft.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ description: |
apps:
parity:
command: parity
plugs: [home, network, network-bind, mount-observe, x11, unity7, desktop, desktop-legacy, wayland]
plugs: [home, network, network-bind, mount-observe, removable-media, x11, unity7, desktop, desktop-legacy, wayland]
desktop: ./usr/share/applications/parity.desktop
parity-evm:
command: parity-evm
plugs: [home, network, network-bind]
plugs: [home, network, network-bind, removable-media]
ethkey:
command: ethkey
plugs: [home]
plugs: [home, removable-media]
ethstore:
command: ethstore
plugs: [home]
plugs: [home, removable-media]
whisper:
command: whisper
plugs: [home, network-bind]
plugs: [home, network-bind, removable-media]

icon: ./scripts/snap/icon.png

Expand Down

0 comments on commit b4520c5

Please sign in to comment.