mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
29 lines
788 B
Text
29 lines
788 B
Text
# Firejail profile for geary
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/geary.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/globals.local
|
|
|
|
noblacklist ~/.gnupg
|
|
noblacklist ~/.local/share/geary
|
|
|
|
mkdir ~/.gnupg
|
|
mkdir ~/.local/share/geary
|
|
whitelist ~/.config/mimeapps.list
|
|
whitelist ~/.gnupg
|
|
whitelist ~/.local/share/applications
|
|
whitelist ~/.local/share/geary
|
|
include /etc/firejail/whitelist-common.inc
|
|
|
|
ignore private-tmp
|
|
|
|
read-only ~/.config/mimeapps.list
|
|
read-only ~/.local/share/applications
|
|
|
|
include /etc/firejail/firefox.profile
|
|
|
|
# CLOBBERED COMMENTS
|
|
# Users have Geary set to open a browser by clicking a link in an email
|
|
# We are not allowed to blacklist browser-specific directories
|
|
# allow browsers
|