aboutsummaryrefslogtreecommitdiffstats
path: root/etc/keepassx.profile
diff options
context:
space:
mode:
authorLibravatar SYN-cook <SYN-cook@users.noreply.github.com>2017-02-28 16:25:24 +0100
committerLibravatar GitHub <noreply@github.com>2017-02-28 16:25:24 +0100
commit8fedd956cab65563ceac8382a9d8774ca860ea41 (patch)
tree3d335ecc1af84c4e5bd0fed0ed21413da36e1b6d /etc/keepassx.profile
parenttidying up (diff)
downloadfirejail-8fedd956cab65563ceac8382a9d8774ca860ea41.tar.gz
firejail-8fedd956cab65563ceac8382a9d8774ca860ea41.tar.zst
firejail-8fedd956cab65563ceac8382a9d8774ca860ea41.zip
fix kdb/kdbx blacklisting
blacklisting in disable-common.inc breaks the profile otherwise.
Diffstat (limited to 'etc/keepassx.profile')
-rw-r--r--etc/keepassx.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/keepassx.profile b/etc/keepassx.profile
index d8621773f..75df69b42 100644
--- a/etc/keepassx.profile
+++ b/etc/keepassx.profile
@@ -1,6 +1,8 @@
1# keepassx password manager profile 1# keepassx password manager profile
2noblacklist ${HOME}/.config/keepassx 2noblacklist ${HOME}/.config/keepassx
3noblacklist ${HOME}/.keepassx 3noblacklist ${HOME}/.keepassx
4noblacklist ${HOME}/*.kdbx
5noblacklist ${HOME}/*.kdb
4noblacklist ${HOME}/keepassx.kdbx 6noblacklist ${HOME}/keepassx.kdbx
5 7
6include /etc/firejail/disable-common.inc 8include /etc/firejail/disable-common.inc