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/qupzilla.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z/qupzilla.profile') diff --git a/etc/profile-m-z/qupzilla.profile b/etc/profile-m-z/qupzilla.profile index 7aa71c848..9bc91808b 100644 --- a/etc/profile-m-z/qupzilla.profile +++ b/etc/profile-m-z/qupzilla.profile @@ -6,8 +6,8 @@ include qupzilla.local # added by included profile #include globals.local -noblacklist ${HOME}/.cache/qupzilla -noblacklist ${HOME}/.config/qupzilla +nodeny ${HOME}/.cache/qupzilla +nodeny ${HOME}/.config/qupzilla include disable-common.inc include disable-devel.inc @@ -18,8 +18,8 @@ include disable-programs.inc mkdir ${HOME}/.cache/qupzilla mkdir ${HOME}/.config/qupzilla -whitelist ${HOME}/.cache/qupzilla -whitelist ${HOME}/.config/qupzilla +allow ${HOME}/.cache/qupzilla +allow ${HOME}/.config/qupzilla # Redirect include falkon.profile -- cgit v1.2.3-70-g09d2