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/sysprof.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-m-z/sysprof.profile') diff --git a/etc/profile-m-z/sysprof.profile b/etc/profile-m-z/sysprof.profile index b52b25b96..f20f88791 100644 --- a/etc/profile-m-z/sysprof.profile +++ b/etc/profile-m-z/sysprof.profile @@ -6,7 +6,7 @@ include sysprof.local # Persistent global definitions include globals.local -noblacklist ${DOCUMENTS} +nodeny ${DOCUMENTS} include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -24,15 +24,15 @@ include disable-xdg.inc #nowhitelist /usr/share/yelp-tools #nowhitelist /usr/share/yelp-xsl -noblacklist ${HOME}/.config/yelp +nodeny ${HOME}/.config/yelp mkdir ${HOME}/.config/yelp -whitelist ${HOME}/.config/yelp -whitelist /usr/share/help/C/sysprof -whitelist /usr/share/yelp -whitelist /usr/share/yelp-tools -whitelist /usr/share/yelp-xsl +allow ${HOME}/.config/yelp +allow /usr/share/help/C/sysprof +allow /usr/share/yelp +allow /usr/share/yelp-tools +allow /usr/share/yelp-xsl -whitelist ${DOCUMENTS} +allow ${DOCUMENTS} include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2