summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-03-06 17:32:16 +0100
committerLibravatar GitHub <noreply@github.com>2019-03-06 17:32:16 +0100
commitee04148658eca08040b7fe12106fa646949390a9 (patch)
treee93ee46f495c06bfee35b345fc78861777c59489
parentUpdate evince.profile (#2530) (diff)
parentnoexec /tmp not causing the problem i thought it was (diff)
downloadfirejail-ee04148658eca08040b7fe12106fa646949390a9.tar.gz
firejail-ee04148658eca08040b7fe12106fa646949390a9.tar.zst
firejail-ee04148658eca08040b7fe12106fa646949390a9.zip
Merge pull request #2517 from veloute/keepassxc
'noexec /tmp' not causing the problem i thought it was
-rw-r--r--etc/keepassxc.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index d565373f4..f0546beda 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -48,7 +48,7 @@ private-tmp
48# 2.2.4 crashes on database open 48# 2.2.4 crashes on database open
49# memory-deny-write-execute 49# memory-deny-write-execute
50noexec ${HOME} 50noexec ${HOME}
51# noexec /tmp 51noexec /tmp
52 52
53# Mutex is stored in /tmp by default, which is broken by private-tmp 53# Mutex is stored in /tmp by default, which is broken by private-tmp
54join-or-start keepassxc 54join-or-start keepassxc