1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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