aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/chatterino.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-a-l/chatterino.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-a-l/chatterino.profile')
-rw-r--r--etc/profile-a-l/chatterino.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/chatterino.profile b/etc/profile-a-l/chatterino.profile
index 2df03b10b..2a77b6fd6 100644
--- a/etc/profile-a-l/chatterino.profile
+++ b/etc/profile-a-l/chatterino.profile
@@ -12,11 +12,13 @@ include globals.local
12#whitelist ${MUSIC} 12#whitelist ${MUSIC}
13 13
14# Also allow access to mpv/vlc, they're usable via streamlink. 14# Also allow access to mpv/vlc, they're usable via streamlink.
15noblacklist ${HOME}/.cache/mpv
15noblacklist ${HOME}/.config/mpv 16noblacklist ${HOME}/.config/mpv
16noblacklist ${HOME}/.config/pulse 17noblacklist ${HOME}/.config/pulse
17noblacklist ${HOME}/.config/vlc 18noblacklist ${HOME}/.config/vlc
18noblacklist ${HOME}/.local/share/chatterino 19noblacklist ${HOME}/.local/share/chatterino
19noblacklist ${HOME}/.local/share/vlc 20noblacklist ${HOME}/.local/share/vlc
21noblacklist ${HOME}/.local/state/mpv
20 22
21# Allow Lua for mpv (blacklisted by disable-interpreters.inc) 23# Allow Lua for mpv (blacklisted by disable-interpreters.inc)
22include allow-lua.inc 24include allow-lua.inc