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