mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Allow communicating with kwallet, GNOME keyring, etc
This commit is contained in:
parent
52a0f700b5
commit
01e433fe4f
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@ finish-args:
|
|||
- --filesystem=home
|
||||
- --socket=pulseaudio
|
||||
- --talk-name=org.freedesktop.secrets
|
||||
- --system-talk-name=org.freedesktop.UDisks2
|
||||
# Allow access to the GNOME secret service API and to talk to the GNOME keyring daemon
|
||||
- --talk-name=org.freedesktop.secrets
|
||||
- --talk-name=org.gnome.keyring
|
||||
# Allow to talk to the KDE kwallet daemon
|
||||
- --talk-name=org.kde.kwalletd5
|
||||
- --talk-name=org.kde.kwalletd6
|
||||
- --device=all
|
||||
- --allow=devel
|
||||
modules:
|
||||
|
|
Loading…
Add table
Reference in a new issue