From 6a0e8a557c52f0627103fa30606dddbea58ff72e Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Mon, 6 Nov 2017 14:03:45 +0000 Subject: [PATCH] Update the snap metadata to keep working strictly confined --- snap/snapcraft.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2dfa984c1..7be9c0bf7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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]