aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/smtube.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/smtube.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/smtube.profile')
-rw-r--r--etc/profile-m-z/smtube.profile6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/profile-m-z/smtube.profile b/etc/profile-m-z/smtube.profile
index b617444af..7debd4057 100644
--- a/etc/profile-m-z/smtube.profile
+++ b/etc/profile-m-z/smtube.profile
@@ -6,12 +6,14 @@ include smtube.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.cache/mpv
10noblacklist ${HOME}/.config/mpv
9noblacklist ${HOME}/.config/smplayer 11noblacklist ${HOME}/.config/smplayer
10noblacklist ${HOME}/.config/smtube 12noblacklist ${HOME}/.config/smtube
11noblacklist ${HOME}/.config/mpv
12noblacklist ${HOME}/.mplayer
13noblacklist ${HOME}/.config/vlc 13noblacklist ${HOME}/.config/vlc
14noblacklist ${HOME}/.local/share/vlc 14noblacklist ${HOME}/.local/share/vlc
15noblacklist ${HOME}/.local/state/mpv
16noblacklist ${HOME}/.mplayer
15noblacklist ${MUSIC} 17noblacklist ${MUSIC}
16noblacklist ${VIDEOS} 18noblacklist ${VIDEOS}
17 19