aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar crass <development@efficientek.com>2018-10-17 01:02:22 -0500
committerLibravatar GitHub <noreply@github.com>2018-10-17 01:02:22 -0500
commit40927dfecc4a7a7f917222e866a7b56ff4249d1b (patch)
treea13b25eba80c7c90d31f93a88d8fa606db03d299 /etc/thunderbird.profile
parentMerge pull request #2158 from crass/profile_conditional (diff)
parentRemove "/etc/firejail/" from all include paths, now that profile_read will se... (diff)
downloadfirejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.gz
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.tar.zst
firejail-40927dfecc4a7a7f917222e866a7b56ff4249d1b.zip
Merge pull request #2156 from crass/improve-include-handling
Improve include handling
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index 86671d1be..5f1af91be 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -2,9 +2,9 @@
2# Description: Email, RSS and newsgroup client with integrated spam filter 2# Description: Email, RSS and newsgroup client with integrated spam filter
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include /etc/firejail/thunderbird.local 5include thunderbird.local
6# Persistent global definitions 6# Persistent global definitions
7include /etc/firejail/globals.local 7include globals.local
8 8
9# Users have thunderbird set to open a browser by clicking a link in an email 9# Users have thunderbird set to open a browser by clicking a link in an email
10# We are not allowed to blacklist browser-specific directories 10# We are not allowed to blacklist browser-specific directories
@@ -38,4 +38,4 @@ writable-run-user
38 38
39# allow browsers 39# allow browsers
40# Redirect 40# Redirect
41include /etc/firejail/firefox.profile 41include firefox.profile