mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Fix CLI Snap permissions (#3596)
This commit is contained in:
@@ -32,7 +32,9 @@ base: core18
|
|||||||
apps:
|
apps:
|
||||||
bw:
|
bw:
|
||||||
command: bw
|
command: bw
|
||||||
plugs: [network, home, network-bind]
|
environment:
|
||||||
|
XDG_CONFIG_HOME: $SNAP_USER_DATA
|
||||||
|
plugs: [network, network-bind]
|
||||||
parts:
|
parts:
|
||||||
bw:
|
bw:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
|
|||||||
Reference in New Issue
Block a user