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-a-l/liferea.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-a-l/liferea.profile') diff --git a/etc/profile-a-l/liferea.profile b/etc/profile-a-l/liferea.profile index 7afca1d5f..595ecc257 100644 --- a/etc/profile-a-l/liferea.profile +++ b/etc/profile-a-l/liferea.profile @@ -6,9 +6,9 @@ include liferea.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/liferea -noblacklist ${HOME}/.config/liferea -noblacklist ${HOME}/.local/share/liferea +nodeny ${HOME}/.cache/liferea +nodeny ${HOME}/.config/liferea +nodeny ${HOME}/.local/share/liferea # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc @@ -24,10 +24,10 @@ include disable-programs.inc mkdir ${HOME}/.cache/liferea mkdir ${HOME}/.config/liferea mkdir ${HOME}/.local/share/liferea -whitelist ${HOME}/.cache/liferea -whitelist ${HOME}/.config/liferea -whitelist ${HOME}/.local/share/liferea -whitelist /usr/share/liferea +allow ${HOME}/.cache/liferea +allow ${HOME}/.config/liferea +allow ${HOME}/.local/share/liferea +allow /usr/share/liferea include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2