aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/geary.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/geary.profile')
-rw-r--r--etc/profile-a-l/geary.profile33
1 files changed, 33 insertions, 0 deletions
diff --git a/etc/profile-a-l/geary.profile b/etc/profile-a-l/geary.profile
new file mode 100644
index 000000000..fa01d04b7
--- /dev/null
+++ b/etc/profile-a-l/geary.profile
@@ -0,0 +1,33 @@
1# Firejail profile for geary
2# Description: Lightweight email client designed for the GNOME desktop
3# This file is overwritten after every install/update
4# Persistent local customizations
5include geary.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Users have Geary set to open a browser by clicking a link in an email
11# We are not allowed to blacklist browser-specific directories
12
13ignore dbus-user none
14ignore dbus-system none
15ignore private-tmp
16
17noblacklist ${HOME}/.gnupg
18noblacklist ${HOME}/.local/share/geary
19
20mkdir ${HOME}/.gnupg
21mkdir ${HOME}/.config/geary
22mkdir ${HOME}/.local/share/geary
23whitelist ${HOME}/.gnupg
24whitelist ${HOME}/.config/geary
25whitelist ${HOME}/.local/share/geary
26
27read-only ${HOME}/.config/mimeapps.list
28
29whitelist /usr/share/geary
30
31# allow Mozilla browsers
32# Redirect
33include firefox.profile