Update the snap metadata to keep working strictly confined
This commit is contained in:
parent
ffee6aacff
commit
6a0e8a557c
@ -13,10 +13,16 @@ confinement: strict
|
|||||||
apps:
|
apps:
|
||||||
parity:
|
parity:
|
||||||
command: parity
|
command: parity
|
||||||
plugs: [network, network-bind]
|
plugs: [network, network-bind, mount-observe, x11, unity7]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
parity:
|
parity:
|
||||||
source: .
|
source: .
|
||||||
plugin: rust
|
plugin: rust
|
||||||
|
build-attributes: [no-system-libraries]
|
||||||
build-packages: [g++, libudev-dev, libssl-dev, make, pkg-config]
|
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]
|
||||||
|
Loading…
Reference in New Issue
Block a user