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 383eeeeb7..bd510fcac 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
10deny ${RUNUSER} 10blacklist ${RUNUSER}
11 11
12nodeny ${HOME}/.local/share/man 12noblacklist ${HOME}/.local/share/man
13nodeny ${HOME}/.rustup 13noblacklist ${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
26allow /usr/share/groff 26whitelist /usr/share/groff
27allow /usr/share/info 27whitelist /usr/share/info
28allow /usr/share/lintian 28whitelist /usr/share/lintian
29allow /usr/share/locale 29whitelist /usr/share/locale
30allow /usr/share/man 30whitelist /usr/share/man
31allow /var/cache/man 31whitelist /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