Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Add home plugs to enable Snap access to ~/.config/solana/id.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 13, 2018
1 parent b538b67 commit fa1cdaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,26 @@ apps:
plugs:
- network
- network-bind
- home
genesis:
command: solana-genesis
keygen:
command: solana-keygen
plugs:
- home
client-demo:
command: solana-client-demo
plugs:
- network
- network-bind
- home
wallet:
# TODO: Merge wallet.sh functionality into solana-wallet proper
command: wallet.sh
#command: solana-wallet
plugs:
- network
- home

daemon-validator:
daemon: simple
Expand Down

0 comments on commit fa1cdaa

Please sign in to comment.