aboutsummaryrefslogtreecommitdiffstats
path: root/etc/keepassxc.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-07-09 12:39:36 -0500
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-07-09 12:39:36 -0500
commit679b71908477bfea76aebd5eea64c3ae57807e6d (patch)
treec043eeef52d22a0a36aeff5f7e7d1a9163aadcc8 /etc/keepassxc.profile
parentMerge pull request #1369 from SpotComms/peek (diff)
downloadfirejail-679b71908477bfea76aebd5eea64c3ae57807e6d.tar.gz
firejail-679b71908477bfea76aebd5eea64c3ae57807e6d.tar.zst
firejail-679b71908477bfea76aebd5eea64c3ae57807e6d.zip
Fix #1370
Diffstat (limited to 'etc/keepassxc.profile')
-rw-r--r--etc/keepassxc.profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index deace7898..4a5503944 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -8,8 +8,8 @@ include /etc/firejail/keepassxc.local
8# Firejail profile for KeepassXC 8# Firejail profile for KeepassXC
9noblacklist ${HOME}/.config/keepassxc 9noblacklist ${HOME}/.config/keepassxc
10noblacklist ${HOME}/.keepassxc 10noblacklist ${HOME}/.keepassxc
11noblacklist ${HOME}/.*kdbx 11noblacklist ${HOME}/*.kdbx
12noblacklist ${HOME}/.*kdb 12noblacklist ${HOME}/*.kdb
13 13
14include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
15include /etc/firejail/disable-programs.inc 15include /etc/firejail/disable-programs.inc
@@ -25,6 +25,7 @@ nogroups
25nonewprivs 25nonewprivs
26noroot 26noroot
27nosound 27nosound
28novideo
28protocol unix 29protocol unix
29seccomp 30seccomp
30shell none 31shell none