From 5d05b7ff0f1fb7953b581837fd4ddd8c9fde92e6 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Mon, 4 Mar 2019 11:10:27 +0000 Subject: [PATCH] Merge PR #3782: Finalise snapcraft.yaml - Allow gaiacli to access host's raw-usb slot. - Promote the package to stable. Closes: #3714 --- PENDING.md | 1 + snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PENDING.md b/PENDING.md index c6e5fbde18..49b2eeb8b4 100644 --- a/PENDING.md +++ b/PENDING.md @@ -92,6 +92,7 @@ CLI flag. ### Gaia CLI * [\#3731](https://github.com/cosmos/cosmos-sdk/pull/3731) `keys add --interactive` bip32 passphrase regression fix +* [\#3714](https://github.com/cosmos/cosmos-sdk/issues/3714) Fix USB raw access issues with gaiacli when installed via snap ### Gaia diff --git a/snapcraft.yaml b/snapcraft.yaml index 0c24dafe0a..beb770c7d1 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -4,7 +4,7 @@ summary: Gaia Daemon # 79 char long summary description: | This snap provides the Gaia daemon gaiad and the command line tool gaiacli. -grade: devel # must be 'stable' to release into candidate/stable channels +grade: stable confinement: strict apps: @@ -13,7 +13,7 @@ apps: plugs: [home,network,network-bind] gaiacli: command: bin/gaiacli - plugs: [home,network,network-bind] + plugs: [home,network,network-bind,raw-usb] parts: gaia: