summaryrefslogtreecommitdiffstats
path: root/etc/geary.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/geary.profile')
-rw-r--r--etc/geary.profile28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/geary.profile b/etc/geary.profile
new file mode 100644
index 000000000..1b702c83c
--- /dev/null
+++ b/etc/geary.profile
@@ -0,0 +1,28 @@
1# Persistent global definitions go here
2include /etc/firejail/globals.local
3
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/geray.local
7
8# Firejail profile for Gnome Geary
9# Users have Geary set to open a browser by clicking a link in an email
10# We are not allowed to blacklist browser-specific directories
11
12noblacklist ~/.gnupg
13mkdir ~/.gnupg
14whitelist ~/.gnupg
15
16noblacklist ~/.local/share/geary
17mkdir ~/.local/share/geary
18whitelist ~/.local/share/geary
19
20whitelist ~/.config/mimeapps.list
21read-only ~/.config/mimeapps.list
22whitelist ~/.local/share/applications
23read-only ~/.local/share/applications
24
25# allow browsers
26ignore private-tmp
27include /etc/firejail/firefox.profile
28#include /etc/firejail/chromium.profile - chromium runs as suid!