mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
fixed thunderbird profile to allow a browser to start
This commit is contained in:
parent
f5b9be2a61
commit
a0666fa722
1 changed files with 14 additions and 1 deletions
|
|
@ -1,7 +1,20 @@
|
|||
# Firejail profile for Mozilla Thunderbird (Icedove in Debian)
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc thunderbird icedove
|
||||
|
||||
# Users have thunderbird set to open a browser by clicking a link in an email
|
||||
# We are not allowed to blacklist browser-specific directories
|
||||
#include /etc/firejail/disable-common.inc thunderbird icedove
|
||||
blacklist ${HOME}/.adobe
|
||||
blacklist ${HOME}/.macromedia
|
||||
blacklist ${HOME}/.filezilla
|
||||
blacklist ${HOME}/.config/filezilla
|
||||
blacklist ${HOME}/.purple
|
||||
blacklist ${HOME}/.config/psi+
|
||||
blacklist ${HOME}/.remmina
|
||||
blacklist ${HOME}/.tconn
|
||||
|
||||
|
||||
include /etc/firejail/disable-history.inc
|
||||
caps.drop all
|
||||
seccomp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue