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/newsflash.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/newsflash.profile') diff --git a/etc/profile-m-z/newsflash.profile b/etc/profile-m-z/newsflash.profile index 18d8c6ed4..273628ea2 100644 --- a/etc/profile-m-z/newsflash.profile +++ b/etc/profile-m-z/newsflash.profile @@ -6,9 +6,9 @@ include newsflash.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/NewsFlashGTK -noblacklist ${HOME}/.config/news-flash -noblacklist ${HOME}/.local/share/news-flash +nodeny ${HOME}/.cache/NewsFlashGTK +nodeny ${HOME}/.config/news-flash +nodeny ${HOME}/.local/share/news-flash include disable-common.inc include disable-devel.inc @@ -22,9 +22,9 @@ include disable-xdg.inc mkdir ${HOME}/.cache/NewsFlashGTK mkdir ${HOME}/.config/news-flash mkdir ${HOME}/.local/share/news-flash -whitelist ${HOME}/.cache/NewsFlashGTK -whitelist ${HOME}/.config/news-flash -whitelist ${HOME}/.local/share/news-flash +allow ${HOME}/.cache/NewsFlashGTK +allow ${HOME}/.config/news-flash +allow ${HOME}/.local/share/news-flash include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2