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/mendeleydesktop.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-m-z/mendeleydesktop.profile') diff --git a/etc/profile-m-z/mendeleydesktop.profile b/etc/profile-m-z/mendeleydesktop.profile index c0bdbb230..e33d6c157 100644 --- a/etc/profile-m-z/mendeleydesktop.profile +++ b/etc/profile-m-z/mendeleydesktop.profile @@ -6,13 +6,13 @@ include mendeleydesktop.local # Persistent global definitions include globals.local -noblacklist ${DOCUMENTS} -noblacklist ${HOME}/.cache/Mendeley Ltd. -noblacklist ${HOME}/.config/Mendeley Ltd. -noblacklist ${HOME}/.local/share/Mendeley Ltd. -noblacklist ${HOME}/.local/share/data/Mendeley Ltd. -noblacklist ${HOME}/.pki -noblacklist ${HOME}/.local/share/pki +nodeny ${DOCUMENTS} +nodeny ${HOME}/.cache/Mendeley Ltd. +nodeny ${HOME}/.config/Mendeley Ltd. +nodeny ${HOME}/.local/share/Mendeley Ltd. +nodeny ${HOME}/.local/share/data/Mendeley Ltd. +nodeny ${HOME}/.pki +nodeny ${HOME}/.local/share/pki # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc -- cgit v1.2.3-70-g09d2