summaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
blob: 17bf51873dd356a5c7aa7dabffd7bd54183c1920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Firejail profile for thunderbird
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/thunderbird.local
# Persistent global definitions
include /etc/firejail/globals.local

# Users have thunderbird set to open a browser by clicking a link in an email
# We are not allowed to blacklist browser-specific directories

noblacklist ~/.cache/thunderbird
noblacklist ~/.gnupg
noblacklist ~/.icedove
noblacklist ~/.thunderbird

mkdir ~/.cache/thunderbird
mkdir ~/.gnupg
mkdir ~/.icedove
mkdir ~/.thunderbird
whitelist ~/.cache/thunderbird
whitelist ~/.gnupg
whitelist ~/.icedove
whitelist ~/.local/share/applications
whitelist ~/.thunderbird
include /etc/firejail/whitelist-common.inc

ignore private-tmp

read-only ~/.config/mimeapps.list

# allow browsers
# Redirect
include /etc/firejail/firefox.profile