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.
This commit is contained in:
Alan Pope 2017-04-28 11:04:08 +01:00 committed by GitHub
parent ab24523bff
commit bb08d5241e

View File

@ -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: