Of course! You may need to adapt them to your own situation but this is what I have got so far:

Tor browser:
# Firejail profile for Tor Browser
noblacklist ${HOME}/.mozilla
whitelist /home/trisquel/tor-browser_en-US/ # change according to your own folders
include /etc/firejail/disable-mgmt.inc
include /etc/firejail/disable-secret.inc
include /etc/firejail/disable-common.inc
include /etc/firejail/disable-history.inc
caps.drop all
# seccomp put back if your kernel is 3.5 or higher
# nosound activate if you don't need sound and want higher privacy security
netfilter
noroot
shell none

Torbirdy:
# Firejail profile for Torbirdy
noblacklist ${HOME}/.gnupg
include /etc/firejail/disable-mgmt.inc
include /etc/firejail/disable-secret.inc
# 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 put back if your kernel is 3.5 or higher
nosound
netfilter
noroot
shell none


If anyone has any improvements please suggest them here :)

Reply via email to