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/supertuxkart.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-m-z/supertuxkart.profile') diff --git a/etc/profile-m-z/supertuxkart.profile b/etc/profile-m-z/supertuxkart.profile index 4eb8f921c..44dc1524f 100644 --- a/etc/profile-m-z/supertuxkart.profile +++ b/etc/profile-m-z/supertuxkart.profile @@ -6,11 +6,11 @@ include supertuxkart.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/supertuxkart -noblacklist ${HOME}/.cache/supertuxkart -noblacklist ${HOME}/.local/share/supertuxkart +nodeny ${HOME}/.config/supertuxkart +nodeny ${HOME}/.cache/supertuxkart +nodeny ${HOME}/.local/share/supertuxkart -blacklist /usr/libexec +deny /usr/libexec include disable-common.inc include disable-devel.inc @@ -24,11 +24,11 @@ include disable-xdg.inc mkdir ${HOME}/.config/supertuxkart mkdir ${HOME}/.cache/supertuxkart mkdir ${HOME}/.local/share/supertuxkart -whitelist ${HOME}/.config/supertuxkart -whitelist ${HOME}/.cache/supertuxkart -whitelist ${HOME}/.local/share/supertuxkart -whitelist /usr/share/supertuxkart -whitelist /usr/share/games/supertuxkart # Debian version +allow ${HOME}/.config/supertuxkart +allow ${HOME}/.cache/supertuxkart +allow ${HOME}/.local/share/supertuxkart +allow /usr/share/supertuxkart +allow /usr/share/games/supertuxkart # Debian version include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2