aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/geary.profile
diff options
context:
space:
mode:
authorLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-29 03:48:06 +0000
committerLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-29 03:48:06 +0000
commitd652bfba57b4231a720121100255a40719d7bd39 (patch)
tree9c92b176f28de221617e3a087acdc8dbd47fcf33 /etc/profile-a-l/geary.profile
parentAdd neomutt to firefg.config (diff)
downloadfirejail-d652bfba57b4231a720121100255a40719d7bd39.tar.gz
firejail-d652bfba57b4231a720121100255a40719d7bd39.tar.zst
firejail-d652bfba57b4231a720121100255a40719d7bd39.zip
Add Evolution and folks directories coming from evolution data server common to both geary and evolution; add dbus permissions fromflatpak
Diffstat (limited to 'etc/profile-a-l/geary.profile')
-rw-r--r--etc/profile-a-l/geary.profile17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/profile-a-l/geary.profile b/etc/profile-a-l/geary.profile
index 3f96d8b25..fbd9a011a 100644
--- a/etc/profile-a-l/geary.profile
+++ b/etc/profile-a-l/geary.profile
@@ -6,8 +6,12 @@ include geary.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/evolution
10noblacklist ${HOME}/.cache/folks
9noblacklist ${HOME}/.cache/geary 11noblacklist ${HOME}/.cache/geary
12noblacklist ${HOME}/.config/evolution
10noblacklist ${HOME}/.config/geary 13noblacklist ${HOME}/.config/geary
14noblacklist ${HOME}/.local/share/evolution
11noblacklist ${HOME}/.local/share/geary 15noblacklist ${HOME}/.local/share/geary
12noblacklist ${HOME}/.mozilla 16noblacklist ${HOME}/.mozilla
13 17
@@ -20,11 +24,19 @@ include disable-programs.inc
20include disable-shell.inc 24include disable-shell.inc
21include disable-xdg.inc 25include disable-xdg.inc
22 26
27mkdir ${HOME}/.cache/evolution
28mkdir ${HOME}/.cache/folks
23mkdir ${HOME}/.cache/geary 29mkdir ${HOME}/.cache/geary
30mkdir ${HOME}/.config/evolution
24mkdir ${HOME}/.config/geary 31mkdir ${HOME}/.config/geary
32mkdir ${HOME}/.local/share/evolution
25mkdir ${HOME}/.local/share/geary 33mkdir ${HOME}/.local/share/geary
34whitelist ${HOME}/.cache/evolution
35whitelist ${HOME}/.cache/folks
26whitelist ${HOME}/.cache/geary 36whitelist ${HOME}/.cache/geary
37whitelist ${HOME}/.config/evolution
27whitelist ${HOME}/.config/geary 38whitelist ${HOME}/.config/geary
39whitelist ${HOME}/.local/share/evolution
28whitelist ${HOME}/.local/share/geary 40whitelist ${HOME}/.local/share/geary
29whitelist ${HOME}/.mozilla/firefox/profiles.ini 41whitelist ${HOME}/.mozilla/firefox/profiles.ini
30whitelist ${DOWNLOADS} 42whitelist ${DOWNLOADS}
@@ -36,6 +48,7 @@ include whitelist-var-common.inc
36 48
37apparmor 49apparmor
38caps.drop all 50caps.drop all
51machine-id
39netfilter 52netfilter
40no3d 53no3d
41nodvd 54nodvd
@@ -62,6 +75,10 @@ private-tmp
62dbus-user filter 75dbus-user filter
63dbus-user.own org.gnome.Geary 76dbus-user.own org.gnome.Geary
64dbus-user.talk ca.desrt.dconf 77dbus-user.talk ca.desrt.dconf
78dbus-user.talk org.gnome.Contacts
79dbus-user.talk org.gnome.OnlineAccounts
80dbus-user.talk org.gnome.evolution.dataserver.AddressBook10
81dbus-user.talk org.gnome.evolution.dataserver.Sources5
65dbus-user.talk org.freedesktop.secrets 82dbus-user.talk org.freedesktop.secrets
66dbus-system none 83dbus-system none
67 84