From d652bfba57b4231a720121100255a40719d7bd39 Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Tue, 29 Dec 2020 03:48:06 +0000 Subject: Add Evolution and folks directories coming from evolution data server common to both geary and evolution; add dbus permissions fromflatpak --- etc/profile-a-l/geary.profile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 # Persistent global definitions include globals.local +noblacklist ${HOME}/.cache/evolution +noblacklist ${HOME}/.cache/folks noblacklist ${HOME}/.cache/geary +noblacklist ${HOME}/.config/evolution noblacklist ${HOME}/.config/geary +noblacklist ${HOME}/.local/share/evolution noblacklist ${HOME}/.local/share/geary noblacklist ${HOME}/.mozilla @@ -20,11 +24,19 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc +mkdir ${HOME}/.cache/evolution +mkdir ${HOME}/.cache/folks mkdir ${HOME}/.cache/geary +mkdir ${HOME}/.config/evolution mkdir ${HOME}/.config/geary +mkdir ${HOME}/.local/share/evolution mkdir ${HOME}/.local/share/geary +whitelist ${HOME}/.cache/evolution +whitelist ${HOME}/.cache/folks whitelist ${HOME}/.cache/geary +whitelist ${HOME}/.config/evolution whitelist ${HOME}/.config/geary +whitelist ${HOME}/.local/share/evolution whitelist ${HOME}/.local/share/geary whitelist ${HOME}/.mozilla/firefox/profiles.ini whitelist ${DOWNLOADS} @@ -36,6 +48,7 @@ include whitelist-var-common.inc apparmor caps.drop all +machine-id netfilter no3d nodvd @@ -62,6 +75,10 @@ private-tmp dbus-user filter dbus-user.own org.gnome.Geary dbus-user.talk ca.desrt.dconf +dbus-user.talk org.gnome.Contacts +dbus-user.talk org.gnome.OnlineAccounts +dbus-user.talk org.gnome.evolution.dataserver.AddressBook10 +dbus-user.talk org.gnome.evolution.dataserver.Sources5 dbus-user.talk org.freedesktop.secrets dbus-system none -- cgit v1.2.3-70-g09d2