File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ include chromium-common.local
13
13
# chromium-common.local.
14
14
# Note: Start KeePassXC before the web browser and keep it open to allow
15
15
# communication between them.
16
+ #noblacklist ${RUNUSER}/app
17
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
16
18
#whitelist ${RUNUSER}/kpxc_server
17
19
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
18
20
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ include firefox-common-addons.local
4
4
5
5
# Prevent whitelisting in ${RUNUSER}
6
6
ignore whitelist ${RUNUSER}/*firefox*
7
+ ignore whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
7
8
ignore whitelist ${RUNUSER}/psd/*firefox*
8
9
ignore whitelist ${RUNUSER}/kpxc_server
9
10
ignore whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ include firefox-common.local
20
20
# firefox-common.local.
21
21
# Note: Start KeePassXC before the web browser and keep it open to allow
22
22
# communication between them.
23
+ #noblacklist ${RUNUSER}/app
24
+ #whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
23
25
#whitelist ${RUNUSER}/kpxc_server
24
26
#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
25
27
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ noblacklist ${HOME}/.config/keepassxc
13
13
noblacklist ${HOME}/.config/KeePassXCrc
14
14
noblacklist ${HOME}/.keepassxc
15
15
noblacklist ${DOCUMENTS}
16
+ noblacklist ${RUNUSER}/app
16
17
17
18
# Allow browser profiles, required for browser integration.
18
19
noblacklist ${HOME}/.config/BraveSoftware
@@ -62,8 +63,11 @@ include disable-xdg.inc
62
63
#whitelist ${HOME}/.config/KeePassXCrc
63
64
#include whitelist-common.inc
64
65
66
+ mkdir ${RUNUSER}/app/org.keepassxc.KeePassXC
67
+ whitelist ${RUNUSER}/app/org.keepassxc.KeePassXC
65
68
whitelist /usr/share/keepassxc
66
69
include whitelist-run-common.inc
70
+ include whitelist-runuser-common.inc
67
71
include whitelist-usr-share-common.inc
68
72
include whitelist-var-common.inc
69
73
You can’t perform that action at this time.
0 commit comments