From 4f178d23174c7b730c8142e555fa2f2b706f7ea9 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Mon, 25 Mar 2019 09:19:29 +1100 Subject: [PATCH] Snapcraft classic confinment to allow access to system resources https://docs.snapcraft.io/snap-confinement/6233 --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1a4847fb..af6f992b 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,7 +5,7 @@ description: | The aim of the project is to be the jq or sed of yaml files. grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels -confinement: strict +confinement: classic apps: yq: