From bc79135c08421abdd711cc4724b68d80f108066f Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Fri, 7 Jun 2024 03:42:53 +0300 Subject: [PATCH] fix: change snap confinement to strict --- .goreleaser.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 42436b9c..69ad6c30 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -318,26 +318,32 @@ snapcrafts: channel_templates: - 'latest/stable' grade: 'stable' - confinement: classic + confinement: strict license: Apache-2.0 base: core22 apps: tenv: + plugs: ["home", "network", "network-bind", "personal-files"] command: tenv aliases: [ tenv ] tofu: + plugs: ["home", "network", "network-bind", "personal-files"] command: tofu aliases: [ tofu ] terraform: + plugs: ["home", "network", "network-bind", "personal-files"] command: terraform aliases: [ terraform ] terragrunt: + plugs: ["home", "network", "network-bind", "personal-files"] command: terragrunt aliases: [ terragrunt ] tf: + plugs: ["home", "network", "network-bind", "personal-files"] command: tf aliases: [ tf ] atmos: + plugs: ["home", "network", "network-bind", "personal-files"] command: atmos aliases: [ atmos ]