aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Alexandre Provencio <alexandreprovencio@gmail.com>2023-01-25 13:52:04 -0300
committerLibravatar GitHub <noreply@github.com>2023-01-25 16:52:04 +0000
commitcdf5a2ea791872ddb9154b8bd3021485421a2f84 (patch)
treecd2cb6fdf8d32fe95f111bbfeb6c843502fdb0ac /etc/profile-m-z
parentprivate-etc rework: file groups moved to src/include/etc_groups.h, new groups... (diff)
downloadfirejail-cdf5a2ea791872ddb9154b8bd3021485421a2f84.tar.gz
firejail-cdf5a2ea791872ddb9154b8bd3021485421a2f84.tar.zst
firejail-cdf5a2ea791872ddb9154b8bd3021485421a2f84.zip
fix qutebrowser not opening tabs (#5618)
Closes #5601
Diffstat (limited to 'etc/profile-m-z')
-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