aboutsummaryrefslogtreecommitdiffstats
path: root/etc/thunderbird.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2017-08-08 21:31:50 +0200
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-08 14:31:50 -0500
commit40a51e179d90f54a20c539567adeed1ea0b94d78 (patch)
tree48f41f500a4a4cbdd1744365919dd0c2dc99931a /etc/thunderbird.profile
parentMerges (diff)
downloadfirejail-40a51e179d90f54a20c539567adeed1ea0b94d78.tar.gz
firejail-40a51e179d90f54a20c539567adeed1ea0b94d78.tar.zst
firejail-40a51e179d90f54a20c539567adeed1ea0b94d78.zip
various little profile fixes and enhancements (#1442)
* add novideo * add novideo * add novideo * put noexec last * blacklist Clementine configuration and database * blacklist Clementine configuration and database * add novideo * add novideo, permit access to ~/.java * add novideo * spoof machine-id * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * drop machine-id option private-etc hides it anyway
Diffstat (limited to 'etc/thunderbird.profile')
-rw-r--r--etc/thunderbird.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile
index d3b7ee871..c3dc0366b 100644
--- a/etc/thunderbird.profile
+++ b/etc/thunderbird.profile
@@ -18,7 +18,6 @@ mkdir ~/.gnupg
18mkdir ~/.icedove 18mkdir ~/.icedove
19mkdir ~/.thunderbird 19mkdir ~/.thunderbird
20whitelist ~/.cache/thunderbird 20whitelist ~/.cache/thunderbird
21whitelist ~/.config/mimeapps.list
22whitelist ~/.gnupg 21whitelist ~/.gnupg
23whitelist ~/.icedove 22whitelist ~/.icedove
24whitelist ~/.local/share/applications 23whitelist ~/.local/share/applications
@@ -28,7 +27,6 @@ include /etc/firejail/whitelist-common.inc
28ignore private-tmp 27ignore private-tmp
29 28
30read-only ~/.config/mimeapps.list 29read-only ~/.config/mimeapps.list
31read-only ~/.local/share/applications
32 30
33# allow browsers 31# allow browsers
34include /etc/firejail/firefox.profile 32include /etc/firejail/firefox.profile