mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
keepassxc: allow access to ssh-agent socket (#6531)
Fixes #3314. Relates to #6529.
This commit is contained in:
parent
d763fb73ca
commit
9a3dc2c0c3
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue