mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
mpv.profile: add new XDG_CACHE_HOME path
mpv v0.36.0 uses ~/.cache/mpv[1] [2]: Relates to #2838 #5936. [1] https://github.com/mpv-player/mpv/releases/tag/v0.36.0 [2] https://github.com/mpv-player/mpv/pull/10838
This commit is contained in:
parent
5e0f35b0cb
commit
ff04543e93
2 changed files with 4 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ blacklist ${HOME}/.cache/mirage
|
|||
blacklist ${HOME}/.cache/moonchild productions/basilisk
|
||||
blacklist ${HOME}/.cache/moonchild productions/pale moon
|
||||
blacklist ${HOME}/.cache/mozilla
|
||||
blacklist ${HOME}/.cache/mpv
|
||||
blacklist ${HOME}/.cache/ms-excel-online
|
||||
blacklist ${HOME}/.cache/ms-office-online
|
||||
blacklist ${HOME}/.cache/ms-onenote-online
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ include globals.local
|
|||
#include allow-bin-sh.inc
|
||||
#private-bin sh
|
||||
|
||||
noblacklist ${HOME}/.cache/mpv
|
||||
noblacklist ${HOME}/.config/mpv
|
||||
noblacklist ${HOME}/.config/youtube-dl
|
||||
noblacklist ${HOME}/.config/yt-dlp
|
||||
|
|
@ -50,9 +51,11 @@ include disable-programs.inc
|
|||
include disable-shell.inc
|
||||
|
||||
read-only ${DESKTOP}
|
||||
mkdir ${HOME}/.cache/mpv
|
||||
mkdir ${HOME}/.config/mpv
|
||||
mkdir ${HOME}/.local/state/mpv
|
||||
mkfile ${HOME}/.netrc
|
||||
whitelist ${HOME}/.cache/mpv
|
||||
whitelist ${HOME}/.config/mpv
|
||||
whitelist ${HOME}/.config/youtube-dl
|
||||
whitelist ${HOME}/.config/yt-dlp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue