mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
whitelisted Thunderbird profile
This commit is contained in:
parent
6eb481b4c5
commit
dae6b28f25
1 changed files with 19 additions and 13 deletions
|
|
@ -2,20 +2,26 @@
|
|||
# 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 ${HOME}/.gnupg
|
||||
noblacklist ~/.gnupg
|
||||
mkdir ~/.gnupg
|
||||
whitelist ~/.gnupg
|
||||
|
||||
noblacklist ~/.icedove
|
||||
mkdir ~/.icedove
|
||||
whitelist ~/.icedove
|
||||
|
||||
noblacklist ~/.thunderbird
|
||||
noblacklist ~/.mozilla
|
||||
noblacklist ~/.cache/mozilla
|
||||
noblacklist ~/keepassx.kdbx
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
mkdir ~/.thunderbird
|
||||
whitelist ~/.thunderbird
|
||||
|
||||
caps.drop all
|
||||
seccomp
|
||||
protocol unix,inet,inet6
|
||||
netfilter
|
||||
tracelog
|
||||
noroot
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue