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/netsurf.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/profile-m-z/netsurf.profile') diff --git a/etc/profile-m-z/netsurf.profile b/etc/profile-m-z/netsurf.profile index 0ddb7bbbe..b099d6f0c 100644 --- a/etc/profile-m-z/netsurf.profile +++ b/etc/profile-m-z/netsurf.profile @@ -6,8 +6,8 @@ include netsurf.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/netsurf -noblacklist ${HOME}/.config/netsurf +nodeny ${HOME}/.cache/netsurf +nodeny ${HOME}/.config/netsurf include disable-common.inc include disable-devel.inc @@ -16,9 +16,9 @@ include disable-programs.inc mkdir ${HOME}/.cache/netsurf mkdir ${HOME}/.config/netsurf -whitelist ${DOWNLOADS} -whitelist ${HOME}/.cache/netsurf -whitelist ${HOME}/.config/netsurf +allow ${DOWNLOADS} +allow ${HOME}/.cache/netsurf +allow ${HOME}/.config/netsurf include whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2