From 3c85c3b377623e7c171969c916842003daee8e90 Mon Sep 17 00:00:00 2001 From: kortewegdevries Date: Sat, 29 Aug 2020 08:23:36 +0000 Subject: Add firefox support --- etc/profile-a-l/evolution.profile | 7 ++++++- etc/profile-a-l/kmail.profile | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/etc/profile-a-l/evolution.profile b/etc/profile-a-l/evolution.profile index 4f0ebf630..29fe7b7e6 100644 --- a/etc/profile-a-l/evolution.profile +++ b/etc/profile-a-l/evolution.profile @@ -8,6 +8,7 @@ include globals.local noblacklist ${HOME}/.bogofilter noblacklist ${HOME}/.gnupg +noblacklist ${HOME}/.mozilla noblacklist ${HOME}/.pki noblacklist ${HOME}/.cache/evolution noblacklist ${HOME}/.config/evolution @@ -34,6 +35,7 @@ mkdir ${HOME}/.local/share/evolution mkdir ${HOME}/.local/share/pki whitelist ${HOME}/.bogofilter whitelist ${HOME}/.gnupg +whitelist ${HOME}/.mozilla/firefox/profiles.ini whitelist ${HOME}/.pki whitelist ${HOME}/.cache/evolution whitelist ${HOME}/.config/evolution @@ -71,7 +73,8 @@ shell none tracelog # disable-mnt -# Add "gpg,gpg2,gpg-agent,pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg +# Add "gpg,gpg2,gpg-agent,pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg +# Add "sh,bash,which,firefox" for hyperlinks # private-bin evolution private-cache private-dev @@ -89,3 +92,5 @@ dbus-user.talk org.gnome.keyring.SystemPrompter dbus-user.talk org.gnome.OnlineAccounts dbus-user.talk org.freedesktop.Notifications dbus-system none + +read-only ${HOME}/.mozilla/firefox/profiles.ini \ No newline at end of file diff --git a/etc/profile-a-l/kmail.profile b/etc/profile-a-l/kmail.profile index 635f698a8..550bd9dd6 100644 --- a/etc/profile-a-l/kmail.profile +++ b/etc/profile-a-l/kmail.profile @@ -12,6 +12,7 @@ include globals.local noblacklist ${HOME}/.gnupg # noblacklist ${HOME}/.kde/ # noblacklist ${HOME}/.kde4/ +noblacklist ${HOME}/.mozilla noblacklist ${HOME}/.cache/akonadi* noblacklist ${HOME}/.cache/kmail2 noblacklist ${HOME}/.config/akonadi* @@ -69,6 +70,7 @@ mkdir /tmp/akonadi-* whitelist ${HOME}/.gnupg # whitelist ${HOME}/.kde/ # whitelist ${HOME}/.kde4/ +whitelist ${HOME}/.mozilla/firefox/profiles.ini whitelist ${HOME}/.cache/akonadi* whitelist ${HOME}/.cache/kmail2 whitelist ${HOME}/.config/akonadi* @@ -131,3 +133,5 @@ writable-var # dbus-user none dbus-system none + +read-only ${HOME}/.mozilla/firefox/profiles.ini \ No newline at end of file -- cgit v1.2.3-54-g00ecf