From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-m-z/tutanota-desktop.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/tutanota-desktop.profile') diff --git a/etc/profile-m-z/tutanota-desktop.profile b/etc/profile-m-z/tutanota-desktop.profile index d2cb0cc8a..e59a86ce6 100644 --- a/etc/profile-m-z/tutanota-desktop.profile +++ b/etc/profile-m-z/tutanota-desktop.profile @@ -6,8 +6,8 @@ include tutanota-desktop.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/tuta_integration -noblacklist ${HOME}/.config/tutanota-desktop +nodeny ${HOME}/.config/tuta_integration +nodeny ${HOME}/.config/tutanota-desktop ignore noexec /tmp @@ -15,12 +15,12 @@ include disable-shell.inc mkdir ${HOME}/.config/tuta_integration mkdir ${HOME}/.config/tutanota-desktop -whitelist ${HOME}/.config/tuta_integration -whitelist ${HOME}/.config/tutanota-desktop +allow ${HOME}/.config/tuta_integration +allow ${HOME}/.config/tutanota-desktop # These lines are needed to allow Firefox to open links -noblacklist ${HOME}/.mozilla -whitelist ${HOME}/.mozilla/firefox/profiles.ini +nodeny ${HOME}/.mozilla +allow ${HOME}/.mozilla/firefox/profiles.ini read-only ${HOME}/.mozilla/firefox/profiles.ini ?HAS_APPIMAGE: ignore private-dev -- cgit v1.2.3-54-g00ecf