aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-04-14 00:25:05 +1000
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2016-04-14 00:25:05 +1000
commit54a368fe7d039cacb4d29568e49735a06437d80c (patch)
tree771a55340e91b689cf762fa55b61525c71cc8a45 /etc
parentprofile fixes (diff)
downloadfirejail-54a368fe7d039cacb4d29568e49735a06437d80c.tar.gz
firejail-54a368fe7d039cacb4d29568e49735a06437d80c.tar.zst
firejail-54a368fe7d039cacb4d29568e49735a06437d80c.zip
separated profiles
Diffstat (limited to 'etc')
-rw-r--r--etc/icedove.profile20
-rw-r--r--etc/thunderbird.profile10
2 files changed, 19 insertions, 11 deletions
diff --git a/etc/icedove.profile b/etc/icedove.profile
index 057e0c9ef..2592e59df 100644
--- a/etc/icedove.profile
+++ b/etc/icedove.profile
@@ -1,3 +1,19 @@
1# Firejail profile for Mozilla Thunderbird (Icedove in Debian) 1# Firejail profile for Mozilla Thunderbird (Icedove in Debian Stable)
2include /etc/firejail/thunderbird.profile 2# Users have thunderbird set to open a browser by clicking a link in an email
3# We are not allowed to blacklist browser-specific directories
4
5noblacklist ~/.gnupg
6mkdir ~/.gnupg
7whitelist ~/.gnupg
8
9noblacklist ~/.icedove
10mkdir ~/.icedove
11whitelist ~/.icedove
12
13noblacklist ~/.cache/icedove
14mkdir ~/.cache
15mkdir ~/.cache/icedove
16whitelist ~/.cache/icedove
17
18include /etc/firejail/firefox.profile
3 19
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 42647b1e5..7882367b9 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -1,4 +1,4 @@
1# Firejail profile for Mozilla Thunderbird (Icedove in Debian) 1# Firejail profile for Mozilla Thunderbird
2# Users have thunderbird set to open a browser by clicking a link in an email 2# Users have thunderbird set to open a browser by clicking a link in an email
3# We are not allowed to blacklist browser-specific directories 3# We are not allowed to blacklist browser-specific directories
4 4
@@ -6,10 +6,6 @@ noblacklist ~/.gnupg
6mkdir ~/.gnupg 6mkdir ~/.gnupg
7whitelist ~/.gnupg 7whitelist ~/.gnupg
8 8
9noblacklist ~/.icedove
10mkdir ~/.icedove
11whitelist ~/.icedove
12
13noblacklist ~/.thunderbird 9noblacklist ~/.thunderbird
14mkdir ~/.thunderbird 10mkdir ~/.thunderbird
15whitelist ~/.thunderbird 11whitelist ~/.thunderbird
@@ -19,9 +15,5 @@ mkdir ~/.cache
19mkdir ~/.cache/thunderbird 15mkdir ~/.cache/thunderbird
20whitelist ~/.cache/thunderbird 16whitelist ~/.cache/thunderbird
21 17
22noblacklist ~/.cache/icedove
23mkdir ~/.cache/icedove
24whitelist ~/.cache/icedove
25
26include /etc/firejail/firefox.profile 18include /etc/firejail/firefox.profile
27 19