aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mpv.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/mpv.profile')
-rw-r--r--etc/mpv.profile15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index 34542b11b..07a6ba42b 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -9,16 +9,13 @@ include globals.local
9 9
10noblacklist ${HOME}/.config/mpv 10noblacklist ${HOME}/.config/mpv
11noblacklist ${HOME}/.netrc 11noblacklist ${HOME}/.netrc
12noblacklist ${MUSIC}
13noblacklist ${VIDEOS}
14 12
15# Allow python (blacklisted by disable-interpreters.inc) 13# Allow python (blacklisted by disable-interpreters.inc)
16noblacklist ${PATH}/python2* 14include allow-python2.inc
17noblacklist ${PATH}/python3* 15include allow-python3.inc
18noblacklist /usr/lib/python2* 16
19noblacklist /usr/lib/python3* 17noblacklist ${MUSIC}
20noblacklist /usr/local/lib/python2* 18noblacklist ${VIDEOS}
21noblacklist /usr/local/lib/python3*
22 19
23include disable-common.inc 20include disable-common.inc
24include disable-devel.inc 21include disable-devel.inc
@@ -44,6 +41,6 @@ seccomp
44shell none 41shell none
45tracelog 42tracelog
46 43
47private-bin mpv,youtube-dl,python*,env 44private-bin env,mpv,python*,youtube-dl
48private-cache 45private-cache
49private-dev 46private-dev