From f482e80b16ea1a78c0450c05287dd6d0eb53c51d Mon Sep 17 00:00:00 2001 From: SYN-cook Date: Tue, 20 Dec 2016 01:05:41 +0100 Subject: don't whitelist keepassx in browser profiles use keepass instead, cause keepassx doesn't support browser extensions, keepass does. --- etc/google-chrome-unstable.profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/google-chrome-unstable.profile b/etc/google-chrome-unstable.profile index f6680ac2d..0189ce40b 100644 --- a/etc/google-chrome-unstable.profile +++ b/etc/google-chrome-unstable.profile @@ -19,9 +19,10 @@ mkdir ~/.pki whitelist ~/.pki include /etc/firejail/whitelist-common.inc -# lastpass, keepassx -whitelist ~/.keepassx -whitelist ~/.config/keepassx -whitelist ~/keepassx.kdbx +# lastpass, keepass +# for keepass we additionally need to whitelist our .kdbx password database +whitelist ~/.keepass +whitelist ~/.config/keepass +whitelist ~/.config/KeePass whitelist ~/.lastpass whitelist ~/.config/lastpass -- cgit v1.2.3-54-g00ecf