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 --- .../com.github.johnfactotum.Foliate.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-a-l/com.github.johnfactotum.Foliate.profile') diff --git a/etc/profile-a-l/com.github.johnfactotum.Foliate.profile b/etc/profile-a-l/com.github.johnfactotum.Foliate.profile index c13f9618b..bbfc1fe41 100644 --- a/etc/profile-a-l/com.github.johnfactotum.Foliate.profile +++ b/etc/profile-a-l/com.github.johnfactotum.Foliate.profile @@ -6,9 +6,9 @@ include foliate.local # Persistent global definitions include globals.local -noblacklist ${DOCUMENTS} -noblacklist ${HOME}/.cache/com.github.johnfactotum.Foliate -noblacklist ${HOME}/.local/share/com.github.johnfactotum.Foliate +nodeny ${DOCUMENTS} +nodeny ${HOME}/.cache/com.github.johnfactotum.Foliate +nodeny ${HOME}/.local/share/com.github.johnfactotum.Foliate # Allow gjs (blacklisted by disable-interpreters.inc) include allow-gjs.inc @@ -24,12 +24,12 @@ include disable-xdg.inc mkdir ${HOME}/.cache/com.github.johnfactotum.Foliate mkdir ${HOME}/.local/share/com.github.johnfactotum.Foliate -whitelist ${HOME}/.cache/com.github.johnfactotum.Foliate -whitelist ${HOME}/.local/share/com.github.johnfactotum.Foliate -whitelist ${DOCUMENTS} -whitelist ${DOWNLOADS} -whitelist /usr/share/com.github.johnfactotum.Foliate -whitelist /usr/share/hyphen +allow ${HOME}/.cache/com.github.johnfactotum.Foliate +allow ${HOME}/.local/share/com.github.johnfactotum.Foliate +allow ${DOCUMENTS} +allow ${DOWNLOADS} +allow /usr/share/com.github.johnfactotum.Foliate +allow /usr/share/hyphen include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2