mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
27 lines
623 B
Text
27 lines
623 B
Text
# Firejail profile for Mozilla Thunderbird (Icedove in Debian)
|
|
# 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 ~/.gnupg
|
|
mkdir ~/.gnupg
|
|
whitelist ~/.gnupg
|
|
|
|
noblacklist ~/.icedove
|
|
mkdir ~/.icedove
|
|
whitelist ~/.icedove
|
|
|
|
noblacklist ~/.thunderbird
|
|
mkdir ~/.thunderbird
|
|
whitelist ~/.thunderbird
|
|
|
|
noblacklist ~/.cache/thunderbird
|
|
mkdir ~/.cache
|
|
mkdir ~/.cache/thunderbird
|
|
whitelist ~/.cache/thunderbird
|
|
|
|
noblacklist ~/.cache/icedove
|
|
mkdir ~/.cache/icedove
|
|
whitelist ~/.cache/icedove
|
|
|
|
include /etc/firejail/firefox.profile
|
|
|