aboutsummaryrefslogtreecommitdiffstats
path: root/etc/keepassxc.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-20 10:48:34 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-20 10:48:34 -0400
commit5ee6ed83bb2f631f2c04696357c0863af59e4e7b (patch)
tree56cf4caf0f4327006cc7863b4ab151b9568b689b /etc/keepassxc.profile
parentfix check for find_child return value (bandwidth.c, netfilter.c) (diff)
downloadfirejail-5ee6ed83bb2f631f2c04696357c0863af59e4e7b.tar.gz
firejail-5ee6ed83bb2f631f2c04696357c0863af59e4e7b.tar.zst
firejail-5ee6ed83bb2f631f2c04696357c0863af59e4e7b.zip
Simplify fix for #2062
Diffstat (limited to 'etc/keepassxc.profile')
-rw-r--r--etc/keepassxc.profile5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index 2073feabb..a00d17878 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -10,7 +10,6 @@ noblacklist ${HOME}/*.kdb
10noblacklist ${HOME}/*.kdbx 10noblacklist ${HOME}/*.kdbx
11noblacklist ${HOME}/.config/keepassxc 11noblacklist ${HOME}/.config/keepassxc
12noblacklist ${HOME}/.keepassxc 12noblacklist ${HOME}/.keepassxc
13noblacklist ${HOME}/.keepassxc-socket
14# 2.2.4 needs this path when compiled with "Native messaging browser extension" 13# 2.2.4 needs this path when compiled with "Native messaging browser extension"
15noblacklist ${HOME}/.mozilla 14noblacklist ${HOME}/.mozilla
16noblacklist ${DOCUMENTS} 15noblacklist ${DOCUMENTS}
@@ -51,6 +50,4 @@ noexec ${HOME}
51noexec /tmp 50noexec /tmp
52 51
53# Mutex is stored in /tmp by default, which is broken by private-tmp 52# Mutex is stored in /tmp by default, which is broken by private-tmp
54# Make a new directory and have it stored there. Fixes #2062 53join-or-start keepassxc
55mkdir ${HOME}/.keepassxc-socket
56env TMPDIR=${HOME}/.keepassxc-socket/