aboutsummaryrefslogtreecommitdiffstats
path: root/etc/keepassxc.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-08-19 22:21:20 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-08-19 22:21:20 +0200
commit203a76861fd8db3bc1ca60c04085a26ad6324ee9 (patch)
tree308ea68eb33c2dc4313dcf095e0da9930483c610 /etc/keepassxc.profile
parentcheck privileges for dns.print (diff)
parentAdd a profile for ClamTK (diff)
downloadfirejail-203a76861fd8db3bc1ca60c04085a26ad6324ee9.tar.gz
firejail-203a76861fd8db3bc1ca60c04085a26ad6324ee9.tar.zst
firejail-203a76861fd8db3bc1ca60c04085a26ad6324ee9.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/keepassxc.profile')
-rw-r--r--etc/keepassxc.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index dcd652e55..2073feabb 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -10,6 +10,7 @@ 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
13# 2.2.4 needs this path when compiled with "Native messaging browser extension" 14# 2.2.4 needs this path when compiled with "Native messaging browser extension"
14noblacklist ${HOME}/.mozilla 15noblacklist ${HOME}/.mozilla
15noblacklist ${DOCUMENTS} 16noblacklist ${DOCUMENTS}
@@ -34,7 +35,7 @@ nonewprivs
34noroot 35noroot
35nosound 36nosound
36notv 37notv
37pnovideo 38novideo
38protocol unix 39protocol unix
39seccomp 40seccomp
40shell none 41shell none
@@ -49,6 +50,7 @@ private-tmp
49noexec ${HOME} 50noexec ${HOME}
50noexec /tmp 51noexec /tmp
51 52
53# 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
52mkdir ${HOME}/.keepassxc-socket 55mkdir ${HOME}/.keepassxc-socket
53
54env TMPDIR=${HOME}/.keepassxc-socket/ 56env TMPDIR=${HOME}/.keepassxc-socket/