aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/keepassxc.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index 26060d7d2..66b524d29 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -11,6 +11,8 @@ noblacklist ${HOME}/*.kdb
11noblacklist ${HOME}/*.kdbx 11noblacklist ${HOME}/*.kdbx
12noblacklist ${HOME}/.config/keepassxc 12noblacklist ${HOME}/.config/keepassxc
13noblacklist ${HOME}/.keepassxc 13noblacklist ${HOME}/.keepassxc
14# 2.2.4 needs this path when compiled with "Native messaging browser extension"
15noblacklist ${HOME}/.mozilla
14 16
15include /etc/firejail/disable-common.inc 17include /etc/firejail/disable-common.inc
16include /etc/firejail/disable-devel.inc 18include /etc/firejail/disable-devel.inc
@@ -38,6 +40,7 @@ private-dev
38private-etc fonts,ld.so.cache,machine-id 40private-etc fonts,ld.so.cache,machine-id
39private-tmp 41private-tmp
40 42
41memory-deny-write-execute 43# 2.2.4 crashes on database open
44#memory-deny-write-execute
42noexec ${HOME} 45noexec ${HOME}
43noexec /tmp 46noexec /tmp