aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-14 09:16:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-14 09:16:19 -0400
commit8f0baa848f3338f6fffd8e40eba06faa74e6cf94 (patch)
tree9c4236c63ab373568adb5e21dc8007cd43ab102f /etc
parentwait up to 10 seconds for sandbox shutdown (diff)
parentcorrected typo mis-identification (diff)
downloadfirejail-8f0baa848f3338f6fffd8e40eba06faa74e6cf94.tar.gz
firejail-8f0baa848f3338f6fffd8e40eba06faa74e6cf94.tar.zst
firejail-8f0baa848f3338f6fffd8e40eba06faa74e6cf94.zip
Merge pull request #434 from Fred-Barclay/master
Separated thunderbird/icedove 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..e9a63c8dd 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 icedove 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