aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/qutebrowser.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/qutebrowser.profile')
-rw-r--r--etc/profile-m-z/qutebrowser.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-m-z/qutebrowser.profile b/etc/profile-m-z/qutebrowser.profile
index b83a0ce2d..89f8b257a 100644
--- a/etc/profile-m-z/qutebrowser.profile
+++ b/etc/profile-m-z/qutebrowser.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.cache/qutebrowser 9noblacklist ${HOME}/.cache/qutebrowser
10noblacklist ${HOME}/.config/qutebrowser 10noblacklist ${HOME}/.config/qutebrowser
11noblacklist ${HOME}/.local/share/qutebrowser 11noblacklist ${HOME}/.local/share/qutebrowser
12noblacklist ${RUNUSER}/qutebrowser
12 13
13# Allow /bin/sh (blacklisted by disable-shell.inc) 14# Allow /bin/sh (blacklisted by disable-shell.inc)
14include allow-bin-sh.inc 15include allow-bin-sh.inc
@@ -27,10 +28,12 @@ include disable-shell.inc
27mkdir ${HOME}/.cache/qutebrowser 28mkdir ${HOME}/.cache/qutebrowser
28mkdir ${HOME}/.config/qutebrowser 29mkdir ${HOME}/.config/qutebrowser
29mkdir ${HOME}/.local/share/qutebrowser 30mkdir ${HOME}/.local/share/qutebrowser
31mkdir ${RUNUSER}/qutebrowser
30whitelist ${DOWNLOADS} 32whitelist ${DOWNLOADS}
31whitelist ${HOME}/.cache/qutebrowser 33whitelist ${HOME}/.cache/qutebrowser
32whitelist ${HOME}/.config/qutebrowser 34whitelist ${HOME}/.config/qutebrowser
33whitelist ${HOME}/.local/share/qutebrowser 35whitelist ${HOME}/.local/share/qutebrowser
36whitelist ${RUNUSER}/qutebrowser
34whitelist /usr/share/qutebrowser 37whitelist /usr/share/qutebrowser
35include whitelist-common.inc 38include whitelist-common.inc
36include whitelist-run-common.inc 39include whitelist-run-common.inc