aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kortewegdevries <kortewegdevries@protonmail.ch>2020-08-29 08:23:36 +0000
committerLibravatar kortewegdevries <kortewegdevries@protonmail.ch>2020-08-29 08:23:36 +0000
commit3c85c3b377623e7c171969c916842003daee8e90 (patch)
treefd83e29db48b920abb3f6b0fbbf02781f6586628
parentSwitch kmail to whitelisting (diff)
downloadfirejail-3c85c3b377623e7c171969c916842003daee8e90.tar.gz
firejail-3c85c3b377623e7c171969c916842003daee8e90.tar.zst
firejail-3c85c3b377623e7c171969c916842003daee8e90.zip
Add firefox support
-rw-r--r--etc/profile-a-l/evolution.profile7
-rw-r--r--etc/profile-a-l/kmail.profile4
2 files changed, 10 insertions, 1 deletions
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
8 8
9noblacklist ${HOME}/.bogofilter 9noblacklist ${HOME}/.bogofilter
10noblacklist ${HOME}/.gnupg 10noblacklist ${HOME}/.gnupg
11noblacklist ${HOME}/.mozilla
11noblacklist ${HOME}/.pki 12noblacklist ${HOME}/.pki
12noblacklist ${HOME}/.cache/evolution 13noblacklist ${HOME}/.cache/evolution
13noblacklist ${HOME}/.config/evolution 14noblacklist ${HOME}/.config/evolution
@@ -34,6 +35,7 @@ mkdir ${HOME}/.local/share/evolution
34mkdir ${HOME}/.local/share/pki 35mkdir ${HOME}/.local/share/pki
35whitelist ${HOME}/.bogofilter 36whitelist ${HOME}/.bogofilter
36whitelist ${HOME}/.gnupg 37whitelist ${HOME}/.gnupg
38whitelist ${HOME}/.mozilla/firefox/profiles.ini
37whitelist ${HOME}/.pki 39whitelist ${HOME}/.pki
38whitelist ${HOME}/.cache/evolution 40whitelist ${HOME}/.cache/evolution
39whitelist ${HOME}/.config/evolution 41whitelist ${HOME}/.config/evolution
@@ -71,7 +73,8 @@ shell none
71tracelog 73tracelog
72 74
73# disable-mnt 75# disable-mnt
74# 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 76# 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
77# Add "sh,bash,which,firefox" for hyperlinks
75# private-bin evolution 78# private-bin evolution
76private-cache 79private-cache
77private-dev 80private-dev
@@ -89,3 +92,5 @@ dbus-user.talk org.gnome.keyring.SystemPrompter
89dbus-user.talk org.gnome.OnlineAccounts 92dbus-user.talk org.gnome.OnlineAccounts
90dbus-user.talk org.freedesktop.Notifications 93dbus-user.talk org.freedesktop.Notifications
91dbus-system none 94dbus-system none
95
96read-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
12noblacklist ${HOME}/.gnupg 12noblacklist ${HOME}/.gnupg
13# noblacklist ${HOME}/.kde/ 13# noblacklist ${HOME}/.kde/
14# noblacklist ${HOME}/.kde4/ 14# noblacklist ${HOME}/.kde4/
15noblacklist ${HOME}/.mozilla
15noblacklist ${HOME}/.cache/akonadi* 16noblacklist ${HOME}/.cache/akonadi*
16noblacklist ${HOME}/.cache/kmail2 17noblacklist ${HOME}/.cache/kmail2
17noblacklist ${HOME}/.config/akonadi* 18noblacklist ${HOME}/.config/akonadi*
@@ -69,6 +70,7 @@ mkdir /tmp/akonadi-*
69whitelist ${HOME}/.gnupg 70whitelist ${HOME}/.gnupg
70# whitelist ${HOME}/.kde/ 71# whitelist ${HOME}/.kde/
71# whitelist ${HOME}/.kde4/ 72# whitelist ${HOME}/.kde4/
73whitelist ${HOME}/.mozilla/firefox/profiles.ini
72whitelist ${HOME}/.cache/akonadi* 74whitelist ${HOME}/.cache/akonadi*
73whitelist ${HOME}/.cache/kmail2 75whitelist ${HOME}/.cache/kmail2
74whitelist ${HOME}/.config/akonadi* 76whitelist ${HOME}/.config/akonadi*
@@ -131,3 +133,5 @@ writable-var
131 133
132# dbus-user none 134# dbus-user none
133dbus-system none 135dbus-system none
136
137read-only ${HOME}/.mozilla/firefox/profiles.ini \ No newline at end of file