aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/QMediathekView.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-01-12 02:38:42 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-12 02:38:42 +0000
commit0d64159b054bfcbc38a169528c79c41218da6340 (patch)
treebdca4e8c541e56b58e19169dbacffd19c71dddca /etc/profile-m-z/QMediathekView.profile
parentQMediathekView: hardening (diff)
downloadfirejail-0d64159b054bfcbc38a169528c79c41218da6340.tar.gz
firejail-0d64159b054bfcbc38a169528c79c41218da6340.tar.zst
firejail-0d64159b054bfcbc38a169528c79c41218da6340.zip
QMediathekView: add mkdir and reorder whitelist options
As suggested in review.
Diffstat (limited to 'etc/profile-m-z/QMediathekView.profile')
-rw-r--r--etc/profile-m-z/QMediathekView.profile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/profile-m-z/QMediathekView.profile b/etc/profile-m-z/QMediathekView.profile
index c73124185..22c4c4631 100644
--- a/etc/profile-m-z/QMediathekView.profile
+++ b/etc/profile-m-z/QMediathekView.profile
@@ -27,9 +27,14 @@ include disable-programs.inc
27include disable-shell.inc 27include disable-shell.inc
28include disable-xdg.inc 28include disable-xdg.inc
29 29
30mkdir ${HOME}/.config/QMediathekView
31mkdir ${HOME}/.local/share/QMediathekView
30whitelist ${HOME}/.config/QMediathekView 32whitelist ${HOME}/.config/QMediathekView
31whitelist ${HOME}/.local/share/QMediathekView 33whitelist ${HOME}/.local/share/QMediathekView
32 34
35whitelist ${DOWNLOADS}
36whitelist ${VIDEOS}
37
33whitelist ${HOME}/.config/mpv 38whitelist ${HOME}/.config/mpv
34whitelist ${HOME}/.config/smplayer 39whitelist ${HOME}/.config/smplayer
35whitelist ${HOME}/.config/totem 40whitelist ${HOME}/.config/totem
@@ -38,10 +43,6 @@ whitelist ${HOME}/.config/xplayer
38whitelist ${HOME}/.local/share/totem 43whitelist ${HOME}/.local/share/totem
39whitelist ${HOME}/.local/share/xplayer 44whitelist ${HOME}/.local/share/xplayer
40whitelist ${HOME}/.mplayer 45whitelist ${HOME}/.mplayer
41
42whitelist ${DOWNLOADS}
43whitelist ${VIDEOS}
44
45whitelist /usr/share/qtchooser 46whitelist /usr/share/qtchooser
46include whitelist-common.inc 47include whitelist-common.inc
47include whitelist-run-common.inc 48include whitelist-run-common.inc