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/zeal.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/zeal.profile') diff --git a/etc/profile-m-z/zeal.profile b/etc/profile-m-z/zeal.profile index 2c6f6910f..458df2a46 100644 --- a/etc/profile-m-z/zeal.profile +++ b/etc/profile-m-z/zeal.profile @@ -6,9 +6,9 @@ include zeal.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/Zeal -noblacklist ${HOME}/.cache/Zeal -noblacklist ${HOME}/.local/share/Zeal +nodeny ${HOME}/.config/Zeal +nodeny ${HOME}/.cache/Zeal +nodeny ${HOME}/.local/share/Zeal include disable-common.inc include disable-devel.inc @@ -23,9 +23,9 @@ mkdir ${HOME}/.cache/Zeal mkdir ${HOME}/.config/qt5ct mkdir ${HOME}/.config/Zeal mkdir ${HOME}/.local/share/Zeal -whitelist ${HOME}/.cache/Zeal -whitelist ${HOME}/.config/Zeal -whitelist ${HOME}/.local/share/Zeal +allow ${HOME}/.cache/Zeal +allow ${HOME}/.config/Zeal +allow ${HOME}/.local/share/Zeal include whitelist-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2