Merge pull request #6993 from elopio/snapcraft-df

Update the snap metadata to keep working strictly confined
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-11-13 19:23:04 +03:00 committed by GitHub
commit dbd64f13f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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]