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/com.github.phase1geo.minder.profile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/profile-a-l/com.github.phase1geo.minder.profile') diff --git a/etc/profile-a-l/com.github.phase1geo.minder.profile b/etc/profile-a-l/com.github.phase1geo.minder.profile index d0402d188..3e9acc6c8 100644 --- a/etc/profile-a-l/com.github.phase1geo.minder.profile +++ b/etc/profile-a-l/com.github.phase1geo.minder.profile @@ -6,9 +6,9 @@ include com.github.phase1geo.minder.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.local/share/minder -noblacklist ${DOCUMENTS} -noblacklist ${PICTURES} +nodeny ${HOME}/.local/share/minder +nodeny ${DOCUMENTS} +nodeny ${PICTURES} include disable-common.inc include disable-devel.inc @@ -20,10 +20,10 @@ include disable-shell.inc include disable-xdg.inc mkdir ${HOME}/.local/share/minder -whitelist ${HOME}/.local/share/minder -whitelist ${DOCUMENTS} -whitelist ${DOWNLOADS} -whitelist ${PICTURES} +allow ${HOME}/.local/share/minder +allow ${DOCUMENTS} +allow ${DOWNLOADS} +allow ${PICTURES} include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2