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-a-l/lugaru.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-a-l/lugaru.profile') diff --git a/etc/profile-a-l/lugaru.profile b/etc/profile-a-l/lugaru.profile index 174c65a65..30802b3b7 100644 --- a/etc/profile-a-l/lugaru.profile +++ b/etc/profile-a-l/lugaru.profile @@ -8,8 +8,8 @@ include globals.local # note: crashes after entering -noblacklist ${HOME}/.config/lugaru -noblacklist ${HOME}/.local/share/lugaru +nodeny ${HOME}/.config/lugaru +nodeny ${HOME}/.local/share/lugaru include disable-common.inc include disable-devel.inc @@ -22,8 +22,8 @@ include disable-xdg.inc mkdir ${HOME}/.config/lugaru mkdir ${HOME}/.local/share/lugaru -whitelist ${HOME}/.config/lugaru -whitelist ${HOME}/.local/share/lugaru +allow ${HOME}/.config/lugaru +allow ${HOME}/.local/share/lugaru include whitelist-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2