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/authenticator-rs.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-a-l/authenticator-rs.profile') diff --git a/etc/profile-a-l/authenticator-rs.profile b/etc/profile-a-l/authenticator-rs.profile index 2ebe35dd5..0d6eb6a21 100644 --- a/etc/profile-a-l/authenticator-rs.profile +++ b/etc/profile-a-l/authenticator-rs.profile @@ -6,7 +6,7 @@ include authenticator-rs.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.local/share/authenticator-rs +nodeny ${HOME}/.local/share/authenticator-rs include disable-common.inc include disable-devel.inc @@ -18,9 +18,9 @@ include disable-shell.inc include disable-xdg.inc mkdir ${HOME}/.local/share/authenticator-rs -whitelist ${HOME}/.local/share/authenticator-rs -whitelist ${DOWNLOADS} -whitelist /usr/share/uk.co.grumlimited.authenticator-rs +allow ${HOME}/.local/share/authenticator-rs +allow ${DOWNLOADS} +allow /usr/share/uk.co.grumlimited.authenticator-rs include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf