aboutsummaryrefslogtreecommitdiffstats
path: root/etc/netsurf.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-12-20 09:25:15 -0500
committerLibravatar GitHub <noreply@github.com>2016-12-20 09:25:15 -0500
commit164a9f34c88b337032810d4f01828825b49bf590 (patch)
treebeb94a59b7392189d5d23530397be6699d4a9119 /etc/netsurf.profile
parenttesting (diff)
parentdon't whitelist keepassx in browser profiles (diff)
downloadfirejail-164a9f34c88b337032810d4f01828825b49bf590.tar.gz
firejail-164a9f34c88b337032810d4f01828825b49bf590.tar.zst
firejail-164a9f34c88b337032810d4f01828825b49bf590.zip
Merge pull request #993 from SYN-cook/master
Replace keepassx whitelisting with keepass whitelisting
Diffstat (limited to 'etc/netsurf.profile')
-rw-r--r--etc/netsurf.profile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/netsurf.profile b/etc/netsurf.profile
index 2071e5519..644a1605b 100644
--- a/etc/netsurf.profile
+++ b/etc/netsurf.profile
@@ -19,10 +19,11 @@ whitelist ~/.config/netsurf
19mkdir ~/.cache/netsurf 19mkdir ~/.cache/netsurf
20whitelist ~/.cache/netsurf 20whitelist ~/.cache/netsurf
21 21
22# lastpass, keepassx 22# lastpass, keepass
23whitelist ~/.keepassx 23# for keepass we additionally need to whitelist our .kdbx password database
24whitelist ~/.config/keepassx 24whitelist ~/.keepass
25whitelist ~/keepassx.kdbx 25whitelist ~/.config/keepass
26whitelist ~/.config/KeePass
26whitelist ~/.lastpass 27whitelist ~/.lastpass
27whitelist ~/.config/lastpass 28whitelist ~/.config/lastpass
28 29