From bb08d5241e46ce1a0c248b3a5af7a0ee04c560b4 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Fri, 28 Apr 2017 11:04:08 +0100 Subject: [PATCH] Update micro to be classicly confined snap As a text editor, micro will need to be able to edit files outside the confined world snap gives it. So this PR changes the confinement model of micro from strict to classic, making it way more useful on snap enabled systems. --- snapcraft.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index a76da740..8bc163de 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -5,12 +5,11 @@ description: | Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals. -confinement: strict +confinement: classic apps: micro: command: bin/micro - plugs: [home] parts: micro: