From 762f939e32c6132a2fe408be9f881f970050ec7d Mon Sep 17 00:00:00 2001 From: Nicola Davide Mannarelli <1094368+nidamanx@users.noreply.github.com> Date: Sat, 13 Feb 2021 17:57:12 +0100 Subject: Fix for KeePassXC plugin KeePassXC changed the socket name. https://github.com/keepassxreboot/keepassxc/commit/a145bf91191f0a4630a7e31654aff8a8dfd09bf0 Keep also old socket name in whitelist for back compatibility --- etc/profile-a-l/firefox.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 20bd9824c..597dcf23c 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -48,6 +48,10 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* # does not work with the above lines (might depend on the portal # implementation) #ignore noroot +# Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin +# note: run KeePassXC before Firefox to allow coomunication between them +#whitelist ${RUNUSER}/kpxc_server +#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer ignore dbus-user none # Redirect -- cgit v1.2.3-54-g00ecf From 31db1a037df590c2c867c06e9956af7e348fe70c Mon Sep 17 00:00:00 2001 From: Nicola Davide Mannarelli <1094368+nidamanx@users.noreply.github.com> Date: Sat, 13 Feb 2021 18:14:07 +0100 Subject: Update etc/profile-a-l/firefox.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-a-l/firefox.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 597dcf23c..9fd1b7a3f 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -49,7 +49,7 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* # implementation) #ignore noroot # Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin -# note: run KeePassXC before Firefox to allow coomunication between them +# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them #whitelist ${RUNUSER}/kpxc_server #whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer ignore dbus-user none -- cgit v1.2.3-54-g00ecf From fcfb52ea682d18cfa38e8c4824923248cafd0676 Mon Sep 17 00:00:00 2001 From: Nicola Davide Mannarelli <1094368+nidamanx@users.noreply.github.com> Date: Sun, 14 Feb 2021 12:17:23 +0100 Subject: Sorting Moved in the right place as in template https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template --- etc/profile-a-l/firefox.profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile index 9fd1b7a3f..68dd350ca 100644 --- a/etc/profile-a-l/firefox.profile +++ b/etc/profile-a-l/firefox.profile @@ -14,6 +14,11 @@ mkdir ${HOME}/.mozilla whitelist ${HOME}/.cache/mozilla/firefox whitelist ${HOME}/.mozilla +# Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin +# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them +#whitelist ${RUNUSER}/kpxc_server +#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer + whitelist /usr/share/doc whitelist /usr/share/firefox whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini @@ -48,10 +53,6 @@ dbus-user.own org.mpris.MediaPlayer2.firefox.* # does not work with the above lines (might depend on the portal # implementation) #ignore noroot -# Uncomment or put in your firefox.local one of the following whitelist to enable KeePassXC Plugin -# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them -#whitelist ${RUNUSER}/kpxc_server -#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer ignore dbus-user none # Redirect -- cgit v1.2.3-54-g00ecf