aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/man.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/man.profile')
-rw-r--r--etc/profile-m-z/man.profile18
1 files changed, 9 insertions, 9 deletions
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
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER} 10deny ${RUNUSER}
11 11
12noblacklist ${HOME}/.local/share/man 12nodeny ${HOME}/.local/share/man
13noblacklist ${HOME}/.rustup 13nodeny ${HOME}/.rustup
14 14
15include disable-common.inc 15include disable-common.inc
16include disable-devel.inc 16include disable-devel.inc
@@ -23,12 +23,12 @@ include disable-xdg.inc
23#mkdir ${HOME}/.local/share/man 23#mkdir ${HOME}/.local/share/man
24#whitelist ${HOME}/.local/share/man 24#whitelist ${HOME}/.local/share/man
25#whitelist ${HOME}/.manpath 25#whitelist ${HOME}/.manpath
26whitelist /usr/share/groff 26allow /usr/share/groff
27whitelist /usr/share/info 27allow /usr/share/info
28whitelist /usr/share/lintian 28allow /usr/share/lintian
29whitelist /usr/share/locale 29allow /usr/share/locale
30whitelist /usr/share/man 30allow /usr/share/man
31whitelist /var/cache/man 31allow /var/cache/man
32#include whitelist-common.inc 32#include whitelist-common.inc
33include whitelist-runuser-common.inc 33include whitelist-runuser-common.inc
34include whitelist-usr-share-common.inc 34include whitelist-usr-share-common.inc