mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #434 from Fred-Barclay/master
Separated thunderbird/icedove profiles
This commit is contained in:
commit
8f0baa848f
2 changed files with 19 additions and 11 deletions
|
|
@ -1,3 +1,19 @@
|
|||
# Firejail profile for Mozilla Thunderbird (Icedove in Debian)
|
||||
include /etc/firejail/thunderbird.profile
|
||||
# Firejail profile for Mozilla Thunderbird (Icedove in Debian Stable)
|
||||
# Users have icedove 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 ~/.cache/icedove
|
||||
mkdir ~/.cache
|
||||
mkdir ~/.cache/icedove
|
||||
whitelist ~/.cache/icedove
|
||||
|
||||
include /etc/firejail/firefox.profile
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Firejail profile for Mozilla Thunderbird (Icedove in Debian)
|
||||
# Firejail profile for Mozilla Thunderbird
|
||||
# Users have thunderbird set to open a browser by clicking a link in an email
|
||||
# We are not allowed to blacklist browser-specific directories
|
||||
|
||||
|
|
@ -6,10 +6,6 @@ noblacklist ~/.gnupg
|
|||
mkdir ~/.gnupg
|
||||
whitelist ~/.gnupg
|
||||
|
||||
noblacklist ~/.icedove
|
||||
mkdir ~/.icedove
|
||||
whitelist ~/.icedove
|
||||
|
||||
noblacklist ~/.thunderbird
|
||||
mkdir ~/.thunderbird
|
||||
whitelist ~/.thunderbird
|
||||
|
|
@ -19,9 +15,5 @@ mkdir ~/.cache
|
|||
mkdir ~/.cache/thunderbird
|
||||
whitelist ~/.cache/thunderbird
|
||||
|
||||
noblacklist ~/.cache/icedove
|
||||
mkdir ~/.cache/icedove
|
||||
whitelist ~/.cache/icedove
|
||||
|
||||
include /etc/firejail/firefox.profile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue