Add permission for snap and flatpak
This commit is contained in:
parent
4c0b171843
commit
7f3247fc15
|
@ -246,7 +246,7 @@
|
|||
"autoStart": true,
|
||||
"base": "core22",
|
||||
"confinement": "strict",
|
||||
"plugs": ["default", "network-bind", "password-manager-service"],
|
||||
"plugs": ["default", "network-bind", "password-manager-service", "u2f-devices"],
|
||||
"stagePackages": ["default"]
|
||||
},
|
||||
"protocols": [
|
||||
|
|
|
@ -23,6 +23,9 @@ finish-args:
|
|||
- --talk-name=org.freedesktop.ScreenSaver
|
||||
- --system-talk-name=org.freedesktop.login1
|
||||
- --filesystem=xdg-download
|
||||
|
||||
# Fido2 HID USB keys
|
||||
- --device=all
|
||||
modules:
|
||||
- name: bitwarden-desktop
|
||||
buildsystem: simple
|
||||
|
|
Loading…
Reference in New Issue