From 9a3dc2c0c39a8069bbd60fc5aa3920b0f92ce610 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 7 Nov 2024 02:30:28 +0000 Subject: [PATCH] keepassxc: allow access to ssh-agent socket (#6531) Fixes #3314. Relates to #6529. --- etc/profile-a-l/keepassxc.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile index 7a1227442..1ba4f0eba 100644 --- a/etc/profile-a-l/keepassxc.profile +++ b/etc/profile-a-l/keepassxc.profile @@ -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