aboutsummaryrefslogtreecommitdiffstats
path: root/etc/netsurf.profile
diff options
context:
space:
mode:
authorLibravatar SYN-cook <vinumconsult@posteo.de>2016-12-20 01:00:47 +0100
committerLibravatar GitHub <noreply@github.com>2016-12-20 01:00:47 +0100
commit11314d58aeaa9e8c86e4d551a13d676e5cc338b5 (patch)
treee927fb160a60e161b710a5d04610f61095c2a4e4 /etc/netsurf.profile
parentdon't whitelist keepassx in browser profiles (diff)
downloadfirejail-11314d58aeaa9e8c86e4d551a13d676e5cc338b5.tar.gz
firejail-11314d58aeaa9e8c86e4d551a13d676e5cc338b5.tar.zst
firejail-11314d58aeaa9e8c86e4d551a13d676e5cc338b5.zip
don't whitelist keepassx in browser profiles
use keepass instead, cause keepassx doesn't support browser extensions, keepass does.
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