We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ded6b7 commit 1fd89e6Copy full SHA for 1fd89e6
etc/profile-a-l/keepassxc.profile
@@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/KeePassXCrc
14
noblacklist ${HOME}/.keepassxc
15
noblacklist ${DOCUMENTS}
16
noblacklist ${RUNUSER}/app
17
+noblacklist /tmp/ssh-*
18
19
# Allow browser profiles, required for browser integration.
20
noblacklist ${HOME}/.config/BraveSoftware
@@ -65,6 +66,7 @@ include disable-xdg.inc
65
66
67
mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
68
whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
69
+whitelist /tmp/ssh-*
70
whitelist /usr/share/keepassxc
71
include whitelist-run-common.inc
72
include whitelist-runuser-common.inc
0 commit comments