Fix CLI Snap permissions (#3596)

This commit is contained in:
J. Brock 2022-09-23 16:19:14 -04:00 committed by GitHub
parent f4e61d1cec
commit 5f74b9a694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ base: core18
apps:
bw:
command: bw
plugs: [network, home, network-bind]
environment:
XDG_CONFIG_HOME: $SNAP_USER_DATA
plugs: [network, network-bind]
parts:
bw:
plugin: dump