keepassxc: allow access to ssh-agent socket (#6531)

Fixes #3314.

Relates to #6529.
This commit is contained in:
Kelvin M. Klann 2024-11-07 02:30:28 +00:00 committed by GitHub
parent d763fb73ca
commit 9a3dc2c0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/KeePassXCrc
noblacklist ${HOME}/.keepassxc
noblacklist ${DOCUMENTS}
noblacklist ${RUNUSER}/app
noblacklist /tmp/ssh-*
# Allow browser profiles, required for browser integration.
noblacklist ${HOME}/.config/BraveSoftware
@ -65,6 +66,7 @@ include disable-xdg.inc
mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
whitelist /tmp/ssh-*
whitelist /usr/share/keepassxc
include whitelist-run-common.inc
include whitelist-runuser-common.inc