From 2a327154c234fdff730df2b31f47172e96736b49 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 6 Jun 2018 14:42:30 -0500 Subject: [PATCH] trivial: snap: switch to devmode instead of classic Per discussion in trying to get classic snap approved, snap security audience would rather see all interfaces used by fwupd added into snapd interfaces so proper confinement works. This will require devmode for now until that has occurred. --- contrib/snap/snapcraft-master.yaml | 2 +- contrib/snap/snapcraft-stable.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/snap/snapcraft-master.yaml b/contrib/snap/snapcraft-master.yaml index 805cd240d..b3bc4767c 100644 --- a/contrib/snap/snapcraft-master.yaml +++ b/contrib/snap/snapcraft-master.yaml @@ -7,7 +7,7 @@ description: | not yet supported by the version of fwupd distributed with the OS. grade: devel -confinement: classic +confinement: devmode architectures: - amd64 diff --git a/contrib/snap/snapcraft-stable.yaml b/contrib/snap/snapcraft-stable.yaml index 4b681395d..68f813e81 100644 --- a/contrib/snap/snapcraft-stable.yaml +++ b/contrib/snap/snapcraft-stable.yaml @@ -7,7 +7,7 @@ description: | not yet supported by the version of fwupd distributed with the OS. grade: devel -confinement: classic +confinement: devmode architectures: - amd64