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/franz.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-a-l/franz.profile') diff --git a/etc/profile-a-l/franz.profile b/etc/profile-a-l/franz.profile index 9b780a572..1a8ec8f99 100644 --- a/etc/profile-a-l/franz.profile +++ b/etc/profile-a-l/franz.profile @@ -7,10 +7,10 @@ include globals.local ignore noexec /tmp -noblacklist ${HOME}/.cache/Franz -noblacklist ${HOME}/.config/Franz -noblacklist ${HOME}/.pki -noblacklist ${HOME}/.local/share/pki +nodeny ${HOME}/.cache/Franz +nodeny ${HOME}/.config/Franz +nodeny ${HOME}/.pki +nodeny ${HOME}/.local/share/pki include disable-common.inc include disable-devel.inc @@ -22,11 +22,11 @@ mkdir ${HOME}/.cache/Franz mkdir ${HOME}/.config/Franz mkdir ${HOME}/.pki mkdir ${HOME}/.local/share/pki -whitelist ${DOWNLOADS} -whitelist ${HOME}/.cache/Franz -whitelist ${HOME}/.config/Franz -whitelist ${HOME}/.pki -whitelist ${HOME}/.local/share/pki +allow ${DOWNLOADS} +allow ${HOME}/.cache/Franz +allow ${HOME}/.config/Franz +allow ${HOME}/.pki +allow ${HOME}/.local/share/pki include whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2