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

Commit

Permalink
Merge pull request #6993 from elopio/snapcraft-df
Browse files Browse the repository at this point in the history
Update the snap metadata to keep working strictly confined
  • Loading branch information
General-Beck committed Nov 13, 2017
2 parents 0f92856 + 6a0e8a5 commit dbd64f1
Showing 1 changed file with 7 additions and 1 deletion.
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]

0 comments on commit dbd64f1

Please sign in to comment.