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

Update the snap metadata to keep working strictly confined #6993

Merged
merged 1 commit into from
Nov 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 7 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ confinement: strict
apps:
parity:
command: parity
plugs: [network, network-bind]
plugs: [network, network-bind, mount-observe, x11, unity7]

parts:
parity:
source: .
plugin: rust
build-attributes: [no-system-libraries]
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]
stage-packages: [libc6, libssl1.0.0, libudev1, libstdc++6]
df:
plugin: nil
stage-packages: [coreutils]
stage: [bin/df]