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-m-z/man.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-m-z/man.profile') diff --git a/etc/profile-m-z/man.profile b/etc/profile-m-z/man.profile index bd510fcac..383eeeeb7 100644 --- a/etc/profile-m-z/man.profile +++ b/etc/profile-m-z/man.profile @@ -7,10 +7,10 @@ include man.local # Persistent global definitions include globals.local -blacklist ${RUNUSER} +deny ${RUNUSER} -noblacklist ${HOME}/.local/share/man -noblacklist ${HOME}/.rustup +nodeny ${HOME}/.local/share/man +nodeny ${HOME}/.rustup include disable-common.inc include disable-devel.inc @@ -23,12 +23,12 @@ include disable-xdg.inc #mkdir ${HOME}/.local/share/man #whitelist ${HOME}/.local/share/man #whitelist ${HOME}/.manpath -whitelist /usr/share/groff -whitelist /usr/share/info -whitelist /usr/share/lintian -whitelist /usr/share/locale -whitelist /usr/share/man -whitelist /var/cache/man +allow /usr/share/groff +allow /usr/share/info +allow /usr/share/lintian +allow /usr/share/locale +allow /usr/share/man +allow /var/cache/man #include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2