mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +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
|
||||
environment:
|
||||
XDG_CONFIG_HOME: $SNAP_USER_DATA
|
||||
plugs: [network, network-bind, desktop]
|
||||
plugs: [network, network-bind, desktop, home, removable-media]
|
||||
|
||||
parts:
|
||||
bw:
|
||||
plugin: dump
|
||||
|
Loading…
Reference in New Issue
Block a user