From 177cb10daa1f8fa807c15fb49caa8c2e70f05d15 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 28 Mar 2018 18:26:16 -0700 Subject: [PATCH] Enable strict mode with home access --- snap/snapcraft.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 36e0321..0854217 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,12 +16,13 @@ description: | advanced user's otherwise working script to fail under future circumstances. version: git -grade: stable -confinement: classic +grade: devel +confinement: strict apps: shellcheck: command: usr/bin/shellcheck + plugs: [home] parts: shellcheck: