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/spotify.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-m-z/spotify.profile') diff --git a/etc/profile-m-z/spotify.profile b/etc/profile-m-z/spotify.profile index 01bc2bc05..e1c830268 100644 --- a/etc/profile-m-z/spotify.profile +++ b/etc/profile-m-z/spotify.profile @@ -5,11 +5,11 @@ include spotify.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/spotify -noblacklist ${HOME}/.config/spotify -noblacklist ${HOME}/.local/share/spotify +nodeny ${HOME}/.cache/spotify +nodeny ${HOME}/.config/spotify +nodeny ${HOME}/.local/share/spotify -blacklist ${HOME}/.bashrc +deny ${HOME}/.bashrc include disable-common.inc include disable-devel.inc @@ -21,9 +21,9 @@ include disable-programs.inc mkdir ${HOME}/.cache/spotify mkdir ${HOME}/.config/spotify mkdir ${HOME}/.local/share/spotify -whitelist ${HOME}/.cache/spotify -whitelist ${HOME}/.config/spotify -whitelist ${HOME}/.local/share/spotify +allow ${HOME}/.cache/spotify +allow ${HOME}/.config/spotify +allow ${HOME}/.local/share/spotify include whitelist-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2