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/snox.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z/snox.profile') diff --git a/etc/profile-m-z/snox.profile b/etc/profile-m-z/snox.profile index 83493652c..1d315404e 100644 --- a/etc/profile-m-z/snox.profile +++ b/etc/profile-m-z/snox.profile @@ -10,15 +10,15 @@ ignore whitelist /usr/share/chromium ignore include whitelist-runuser-common.inc ignore include whitelist-usr-share-common.inc -noblacklist ${HOME}/.cache/snox -noblacklist ${HOME}/.config/snox +nodeny ${HOME}/.cache/snox +nodeny ${HOME}/.config/snox #mkdir ${HOME}/.cache/dnox #mkdir ${HOME}/.config/dnox mkdir ${HOME}/.cache/snox mkdir ${HOME}/.config/snox -whitelist ${HOME}/.cache/snox -whitelist ${HOME}/.config/snox +allow ${HOME}/.cache/snox +allow ${HOME}/.config/snox # Redirect include chromium-common.profile -- cgit v1.2.3-70-g09d2