Skip to content

Commit 4e66ee8

Browse files
committed
keepassxc: allow access to ssh-agent socket
Fixes netblue30#3314. Relates to netblue30#6529.
1 parent 4ded6b7 commit 4e66ee8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/profile-a-l/keepassxc.profile

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/KeePassXCrc
1414
noblacklist ${HOME}/.keepassxc
1515
noblacklist ${DOCUMENTS}
1616
noblacklist ${RUNUSER}/app
17+
noblacklist /tmp/ssh-*
1718

1819
# Allow browser profiles, required for browser integration.
1920
noblacklist ${HOME}/.config/BraveSoftware
@@ -65,6 +66,7 @@ include disable-xdg.inc
6566

6667
mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
6768
whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
69+
whitelist /tmp/ssh-*
6870
whitelist /usr/share/keepassxc
6971
include whitelist-run-common.inc
7072
include whitelist-runuser-common.inc

0 commit comments

Comments
 (0)