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/smplayer.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-m-z/smplayer.profile') diff --git a/etc/profile-m-z/smplayer.profile b/etc/profile-m-z/smplayer.profile index 01547e5c1..4e4334dc0 100644 --- a/etc/profile-m-z/smplayer.profile +++ b/etc/profile-m-z/smplayer.profile @@ -6,9 +6,9 @@ include smplayer.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/smplayer -noblacklist ${HOME}/.config/youtube-dl -noblacklist ${HOME}/.mplayer +nodeny ${HOME}/.config/smplayer +nodeny ${HOME}/.config/youtube-dl +nodeny ${HOME}/.mplayer # Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc @@ -17,8 +17,8 @@ include allow-lua.inc include allow-python2.inc include allow-python3.inc -noblacklist ${MUSIC} -noblacklist ${VIDEOS} +nodeny ${MUSIC} +nodeny ${VIDEOS} include disable-common.inc include disable-devel.inc @@ -29,9 +29,9 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -whitelist /usr/share/lua* -whitelist /usr/share/smplayer -whitelist /usr/share/vulkan +allow /usr/share/lua* +allow /usr/share/smplayer +allow /usr/share/vulkan include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf