aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/rtv-addons.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/rtv-addons.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/rtv-addons.profile')
-rw-r--r--etc/profile-m-z/rtv-addons.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-m-z/rtv-addons.profile b/etc/profile-m-z/rtv-addons.profile
index cc6db5043..3098cf0a0 100644
--- a/etc/profile-m-z/rtv-addons.profile
+++ b/etc/profile-m-z/rtv-addons.profile
@@ -11,13 +11,17 @@ ignore nosound
11ignore private-bin 11ignore private-bin
12ignore dbus-user none 12ignore dbus-user none
13 13
14noblacklist ${HOME}/.cache/mpv
14noblacklist ${HOME}/.config/mpv 15noblacklist ${HOME}/.config/mpv
16noblacklist ${HOME}/.local/state/mpv
15noblacklist ${HOME}/.mailcap 17noblacklist ${HOME}/.mailcap
16noblacklist ${HOME}/.netrc 18noblacklist ${HOME}/.netrc
17noblacklist ${HOME}/.w3m 19noblacklist ${HOME}/.w3m
18 20
21whitelist ${HOME}/.cache/mpv
19whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs 22whitelist ${HOME}/.cache/youtube-dl/youtube-sigfuncs
20whitelist ${HOME}/.config/mpv 23whitelist ${HOME}/.config/mpv
24whitelist ${HOME}/.local/state/mpv
21whitelist ${HOME}/.mailcap 25whitelist ${HOME}/.mailcap
22whitelist ${HOME}/.netrc 26whitelist ${HOME}/.netrc
23whitelist ${HOME}/.w3m 27whitelist ${HOME}/.w3m