mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Supporting 'level 1 hack' to allow opening hyperlinks with firefox needs xdg-open (besides bash,sh). Adding xdg-open to private-bin is not enough, as it pulls in a long list of other commands and that's pretty unmaintainable IMO. So I opted to drop private-bin here.
26 lines
737 B
Text
26 lines
737 B
Text
# Firejail profile for balsa
|
|
# Description: GNOME mail client
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include balsa.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.balsa
|
|
noblacklist ${HOME}/mail
|
|
|
|
include disable-shell.inc
|
|
|
|
mkdir ${HOME}/.balsa
|
|
mkdir ${HOME}/mail
|
|
whitelist ${HOME}/.balsa
|
|
whitelist ${HOME}/mail
|
|
whitelist /usr/share/balsa
|
|
|
|
# Add "pinentry-curses,pinentry-emacs,pinentry-fltk,pinentry-gnome3,pinentry-gtk,pinentry-gtk2,pinentry-gtk-2,pinentry-qt,pinentry-qt4,pinentry-tty,pinentry-x2go,pinentry-kwallet" for gpg.
|
|
#private-bin balsa,balsa-ab,gpg,gpg-agent,gpg2,gpgsm
|
|
|
|
dbus-user.own org.desktop.Balsa
|
|
|
|
# Redirect
|
|
include email-common.profile
|