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/wesnoth.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/wesnoth.profile') diff --git a/etc/profile-m-z/wesnoth.profile b/etc/profile-m-z/wesnoth.profile index 199b3c6f0..47b923e6a 100644 --- a/etc/profile-m-z/wesnoth.profile +++ b/etc/profile-m-z/wesnoth.profile @@ -6,9 +6,9 @@ include wesnoth.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/wesnoth -noblacklist ${HOME}/.config/wesnoth -noblacklist ${HOME}/.local/share/wesnoth +nodeny ${HOME}/.cache/wesnoth +nodeny ${HOME}/.config/wesnoth +nodeny ${HOME}/.local/share/wesnoth include disable-common.inc include disable-devel.inc @@ -19,9 +19,9 @@ include disable-programs.inc mkdir ${HOME}/.cache/wesnoth mkdir ${HOME}/.config/wesnoth mkdir ${HOME}/.local/share/wesnoth -whitelist ${HOME}/.cache/wesnoth -whitelist ${HOME}/.config/wesnoth -whitelist ${HOME}/.local/share/wesnoth +allow ${HOME}/.cache/wesnoth +allow ${HOME}/.config/wesnoth +allow ${HOME}/.local/share/wesnoth include whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2