firejail/etc/geary.profile
glitsj16 d35acd3469
Fix wusc for geary
The included firefox.profile has wusc now. We need to whitelist /usr/share/geary to avoid breakage.
2019-10-07 04:39:49 +02:00

32 lines
835 B
Text

# Firejail profile for geary
# Description: Lightweight email client designed for the GNOME desktop
# This file is overwritten after every install/update
# Persistent local customizations
include geary.local
# Persistent global definitions
# added by included profile
#include globals.local
# Users have Geary set to open a browser by clicking a link in an email
# We are not allowed to blacklist browser-specific directories
ignore nodbus
ignore private-tmp
noblacklist ${HOME}/.gnupg
noblacklist ${HOME}/.local/share/geary
mkdir ${HOME}/.gnupg
mkdir ${HOME}/.config/geary
mkdir ${HOME}/.local/share/geary
whitelist ${HOME}/.gnupg
whitelist ${HOME}/.config/geary
whitelist ${HOME}/.local/share/geary
read-only ${HOME}/.config/mimeapps.list
whitelist /usr/share/geary
# allow Mozilla browsers
# Redirect
include firefox.profile