aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/youtube-viewers-common.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-03 10:15:02 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-03 10:16:42 -0300
commitd765b69e1d4c6d6db011b35417658c3c0c453687 (patch)
treea93a66e30ea7cd377d1e8572ea8a586ef9122a2f /etc/profile-m-z/youtube-viewers-common.profile
parentmpsyt.profile: stop creating config paths for mpv/youtube-dl (diff)
downloadfirejail-d765b69e1d4c6d6db011b35417658c3c0c453687.tar.gz
firejail-d765b69e1d4c6d6db011b35417658c3c0c453687.tar.zst
firejail-d765b69e1d4c6d6db011b35417658c3c0c453687.zip
profiles: add cache/state paths for mpv
On the profiles that allow ~/.config/mpv. Relates to #5936.
Diffstat (limited to 'etc/profile-m-z/youtube-viewers-common.profile')
-rw-r--r--etc/profile-m-z/youtube-viewers-common.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-m-z/youtube-viewers-common.profile b/etc/profile-m-z/youtube-viewers-common.profile
index c9d2ea53b..5950c3639 100644
--- a/etc/profile-m-z/youtube-viewers-common.profile
+++ b/etc/profile-m-z/youtube-viewers-common.profile
@@ -7,8 +7,10 @@ include youtube-viewers-common.local
7# added by caller profile 7# added by caller profile
8#include globals.local 8#include globals.local
9 9
10noblacklist ${HOME}/.cache/mpv
10noblacklist ${HOME}/.cache/youtube-dl 11noblacklist ${HOME}/.cache/youtube-dl
11noblacklist ${HOME}/.config/mpv 12noblacklist ${HOME}/.config/mpv
13noblacklist ${HOME}/.local/state/mpv
12 14
13# Allow lua (blacklisted by disable-interpreters.inc) 15# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc 16include allow-lua.inc