aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-25 11:56:26 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-25 11:56:26 -0500
commit443f02cbd680cc6b865ab5d98d1d558dbb7d5c8a (patch)
tree557c5d8e711c38aebde0687d1938d0562d498918
parentprivate-etc rework: new man page (diff)
parentfix qutebrowser not opening tabs (#5618) (diff)
downloadfirejail-443f02cbd680cc6b865ab5d98d1d558dbb7d5c8a.tar.gz
firejail-443f02cbd680cc6b865ab5d98d1d558dbb7d5c8a.tar.zst
firejail-443f02cbd680cc6b865ab5d98d1d558dbb7d5c8a.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-m-z/qutebrowser.profile3
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index d1cde135e..126dbf80f 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -1188,6 +1188,7 @@ blacklist ${HOME}/yt-dlp.conf.txt
1188blacklist ${RUNUSER}/*firefox* 1188blacklist ${RUNUSER}/*firefox*
1189blacklist ${RUNUSER}/akonadi 1189blacklist ${RUNUSER}/akonadi
1190blacklist ${RUNUSER}/psd/*firefox* 1190blacklist ${RUNUSER}/psd/*firefox*
1191blacklist ${RUNUSER}/qutebrowser
1191blacklist /etc/ssmtp 1192blacklist /etc/ssmtp
1192blacklist /tmp/.wine-* 1193blacklist /tmp/.wine-*
1193blacklist /tmp/akonadi-* 1194blacklist /tmp/akonadi-*
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