From d1894e62c31f2a98f9a765235e920caaace08701 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 9 Dec 2021 00:10:15 -0300 Subject: mpv.profile: whitelist paths for yt-dlp See etc/profile-m-z/yt-dlp.profile. Relates to commit d6ca41c19 ("update mpv.profile", 2021-10-24) / PR #4634. Fixes #4754. --- etc/profile-m-z/mpv.profile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index 7caa72aa8..e58beec0c 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -26,7 +26,11 @@ include globals.local noblacklist ${HOME}/.config/mpv noblacklist ${HOME}/.config/youtube-dl +noblacklist ${HOME}/.config/yt-dlp +noblacklist ${HOME}/.config/yt-dlp.conf noblacklist ${HOME}/.netrc +noblacklist ${HOME}/yt-dlp.conf +noblacklist ${HOME}/yt-dlp.conf.txt # Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc @@ -49,7 +53,11 @@ mkdir ${HOME}/.config/mpv mkfile ${HOME}/.netrc whitelist ${HOME}/.config/mpv whitelist ${HOME}/.config/youtube-dl +whitelist ${HOME}/.config/yt-dlp +whitelist ${HOME}/.config/yt-dlp.conf whitelist ${HOME}/.netrc +whitelist ${HOME}/yt-dlp.conf +whitelist ${HOME}/yt-dlp.conf.txt whitelist /usr/share/lua whitelist /usr/share/lua* whitelist /usr/share/vulkan -- cgit v1.2.3-54-g00ecf