aboutsummaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rw-r--r--etc/disable-passwdmgr.inc1
-rw-r--r--etc/keepassxc.profile5
2 files changed, 1 insertions, 5 deletions
diff --git a/etc/disable-passwdmgr.inc b/etc/disable-passwdmgr.inc
index 597fbd1fc..6ef11780e 100644
--- a/etc/disable-passwdmgr.inc
+++ b/etc/disable-passwdmgr.inc
@@ -10,7 +10,6 @@ blacklist ${HOME}/.config/Sinew Software Systems
10blacklist ${HOME}/.keepass 10blacklist ${HOME}/.keepass
11blacklist ${HOME}/.keepassx 11blacklist ${HOME}/.keepassx
12blacklist ${HOME}/.keepassxc 12blacklist ${HOME}/.keepassxc
13blacklist ${HOME}/.keepassxc-socket
14blacklist ${HOME}/.lastpass 13blacklist ${HOME}/.lastpass
15blacklist ${HOME}/.local/share/KeePass 14blacklist ${HOME}/.local/share/KeePass
16blacklist ${HOME}/.local/share/keepass 15blacklist ${HOME}/.local/share/keepass
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/