mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Allow cli snap to access home and removable-media (#5577)
This commit is adding back the home interface to the cli snap package. This is needed to allow saving Bitwarden attachments and exports to the disk. Also, add removable-media permission to allow saving Bitwarden attachments and exports to USB disks and equivalents. The home interface was previously present but has been removed as part of https://github.com/bitwarden/clients/pull/3596. This commit should fix https://github.com/bitwarden/clients/issues/3923 Co-authored-by: Bernd Schoolmann <mail@quexten.com>
This commit is contained in:
parent
55cd435279
commit
e1dce75f56
@ -35,7 +35,8 @@ apps:
|
|||||||
command: bw
|
command: bw
|
||||||
environment:
|
environment:
|
||||||
XDG_CONFIG_HOME: $SNAP_USER_DATA
|
XDG_CONFIG_HOME: $SNAP_USER_DATA
|
||||||
plugs: [network, network-bind, desktop]
|
plugs: [network, network-bind, desktop, home, removable-media]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
bw:
|
bw:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
|
Loading…
Reference in New Issue
Block a user