mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
QMediathekView: add mkdir and reorder whitelist options
As suggested in review.
This commit is contained in:
parent
14d3007f97
commit
0d64159b05
1 changed files with 5 additions and 4 deletions
|
|
@ -27,9 +27,14 @@ include disable-programs.inc
|
|||
include disable-shell.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
mkdir ${HOME}/.config/QMediathekView
|
||||
mkdir ${HOME}/.local/share/QMediathekView
|
||||
whitelist ${HOME}/.config/QMediathekView
|
||||
whitelist ${HOME}/.local/share/QMediathekView
|
||||
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${VIDEOS}
|
||||
|
||||
whitelist ${HOME}/.config/mpv
|
||||
whitelist ${HOME}/.config/smplayer
|
||||
whitelist ${HOME}/.config/totem
|
||||
|
|
@ -38,10 +43,6 @@ whitelist ${HOME}/.config/xplayer
|
|||
whitelist ${HOME}/.local/share/totem
|
||||
whitelist ${HOME}/.local/share/xplayer
|
||||
whitelist ${HOME}/.mplayer
|
||||
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${VIDEOS}
|
||||
|
||||
whitelist /usr/share/qtchooser
|
||||
include whitelist-common.inc
|
||||
include whitelist-run-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue