From 256b3649bab4021124dfa9ffad02c2bfe66436ff Mon Sep 17 00:00:00 2001 From: Alexander Korolev Date: Sat, 30 May 2020 00:22:55 +0200 Subject: [PATCH] return strict snap confinement until classic is approved --- README.md | 6 ++++-- snapcraft.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dc5c87..d952f57 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ Prebuild release binaries: [Download latest release](https://github.com/kilork/hg-git-fast-import/releases) -With Snap: +With Snap (*): - sudo snap install hg-git-fast-import --classic + sudo snap install hg-git-fast-import + +(*) Limitations: Subprocesses are not allowed with strict snap package (hg and git), classic confinement is not requested at the moment, this means you can only export script which would be processed with git. [![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/hg-git-fast-import) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8af967b..9be91b0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -11,7 +11,7 @@ description: | 5. Verification of the end result with diff. grade: stable -confinement: classic +confinement: strict base: core18 parts: