From 8dcb7188434e1c1728368642e17ccec29a4b372d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Wed, 3 Feb 2021 16:03:52 +0100 Subject: [PATCH] Restore snap confinement --- snap/snapcraft.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c51448c..4953aa4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -5,9 +5,8 @@ summary: Czkawka - fast data cleaner written in Rust # 79 char long summary description: | Czkawka is very fast and feature rich cleaner which finds file duplicates, empty folders and files, duplicated music, similar images or the biggest files in selected directories. This program have frontend written in modern GTK 3. - grade: stable # must be 'stable' to release into candidate/stable channels -confinement: classic # use 'strict' once you have the right plugs and slots +confinement: strict # use 'strict' once you have the right plugs and slots parts: czkawka: @@ -21,15 +20,17 @@ parts: - git stage-packages: - libgtk-3-dev - - libasound2-dev override-build: | if ! command -v rustup 2>/dev/null; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile=minimal export PATH="${HOME}/.cargo/bin:${PATH}" fi - cargo install --locked --path czkawka_gui --root "${SNAPCRAFT_PART_INSTALL}" --force - apps: czkawka: command: bin/czkawka_gui + extensions: [gnome-3-28] + plugs: + - home + - removable-media + - udisks2 \ No newline at end of file