aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/w3m.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/w3m.profile')
-rw-r--r--etc/profile-m-z/w3m.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-m-z/w3m.profile b/etc/profile-m-z/w3m.profile
index 6b38bbf13..69b2c6c59 100644
--- a/etc/profile-m-z/w3m.profile
+++ b/etc/profile-m-z/w3m.profile
@@ -12,10 +12,10 @@ include globals.local
12#ignore private-dev 12#ignore private-dev
13#ignore private-etc 13#ignore private-etc
14 14
15nodeny ${HOME}/.w3m 15noblacklist ${HOME}/.w3m
16 16
17deny /tmp/.X11-unix 17blacklist /tmp/.X11-unix
18deny ${RUNUSER}/wayland-* 18blacklist ${RUNUSER}/wayland-*
19 19
20# Allow /bin/sh (blacklisted by disable-shell.inc) 20# Allow /bin/sh (blacklisted by disable-shell.inc)
21include allow-bin-sh.inc 21include allow-bin-sh.inc
@@ -33,9 +33,9 @@ include disable-shell.inc
33include disable-xdg.inc 33include disable-xdg.inc
34 34
35mkdir ${HOME}/.w3m 35mkdir ${HOME}/.w3m
36allow /usr/share/w3m 36whitelist /usr/share/w3m
37allow ${DOWNLOADS} 37whitelist ${DOWNLOADS}
38allow ${HOME}/.w3m 38whitelist ${HOME}/.w3m
39include whitelist-runuser-common.inc 39include whitelist-runuser-common.inc
40include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
41include whitelist-var-common.inc 41include whitelist-var-common.inc