aboutsummaryrefslogtreecommitdiffstats
path: root/etc/youtube-dl.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/youtube-dl.profile')
-rw-r--r--etc/youtube-dl.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index 28b5f2376..6fc519bee 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -7,9 +7,10 @@ include youtube-dl.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10# breaks when installed via pip 10# breaks when installed under ${HOME} via `pip install --user` (see #2833)
11ignore noexec ${HOME} 11ignore noexec ${HOME}
12 12
13noblacklist ${HOME}/.config/youtube-dl
13noblacklist ${HOME}/.netrc 14noblacklist ${HOME}/.netrc
14noblacklist ${MUSIC} 15noblacklist ${MUSIC}
15noblacklist ${VIDEOS} 16noblacklist ${VIDEOS}
@@ -48,7 +49,6 @@ seccomp
48shell none 49shell none
49tracelog 50tracelog
50 51
51disable-mnt
52private-bin env,ffmpeg,python*,youtube-dl 52private-bin env,ffmpeg,python*,youtube-dl
53private-cache 53private-cache
54private-dev 54private-dev