aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-14 17:14:33 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-07-14 17:14:33 +0200
commit3bab1ae24cfbf4a5f8cc5ab0aef71c19729f0172 (patch)
tree7001a27f2a13573b49667cca7dfc8a9b490ab705 /etc
parentupdate and alphabetize busybox workaround (diff)
downloadfirejail-3bab1ae24cfbf4a5f8cc5ab0aef71c19729f0172.tar.gz
firejail-3bab1ae24cfbf4a5f8cc5ab0aef71c19729f0172.tar.zst
firejail-3bab1ae24cfbf4a5f8cc5ab0aef71c19729f0172.zip
fix keepassxc
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-a-l/keepassxc.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 1518ff5e5..482350329 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -858,6 +858,7 @@ blacklist ${HOME}/.cache/inox
858blacklist ${HOME}/.cache/iridium 858blacklist ${HOME}/.cache/iridium
859blacklist ${HOME}/.cache/kcmshell5 859blacklist ${HOME}/.cache/kcmshell5
860blacklist ${HOME}/.cache/kdenlive 860blacklist ${HOME}/.cache/kdenlive
861blacklist ${HOME}/.cache/keepassxc
861blacklist ${HOME}/.cache/kfind 862blacklist ${HOME}/.cache/kfind
862blacklist ${HOME}/.cache/kinfocenter 863blacklist ${HOME}/.cache/kinfocenter
863blacklist ${HOME}/.cache/kmail2 864blacklist ${HOME}/.cache/kmail2
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 6e35299be..e8fc4e632 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/*.kdb 9noblacklist ${HOME}/*.kdb
10noblacklist ${HOME}/*.kdbx 10noblacklist ${HOME}/*.kdbx
11noblacklist ${HOME}/.cache/keepassxc
11noblacklist ${HOME}/.config/keepassxc 12noblacklist ${HOME}/.config/keepassxc
12noblacklist ${HOME}/.keepassxc 13noblacklist ${HOME}/.keepassxc
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"
@@ -30,7 +31,9 @@ include disable-xdg.inc
30# Needed for KeePassXC-Browser 31# Needed for KeePassXC-Browser
31#mkfile ${HOME}/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json 32#mkfile ${HOME}/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
32#whitelist ${HOME}/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json 33#whitelist ${HOME}/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json
34#mkdir ${HOME}/.cache/keepassxc
33#mkdir ${HOME}/.config/keepassxc 35#mkdir ${HOME}/.config/keepassxc
36#whitelist ${HOME}/.cache/keepassxc
34#whitelist ${HOME}/.config/keepassxc 37#whitelist ${HOME}/.config/keepassxc
35#include whitelist-common.inc 38#include whitelist-common.inc
36 39