aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/youtube-dl.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/youtube-dl.profile')
-rw-r--r--etc/profile-m-z/youtube-dl.profile14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/profile-m-z/youtube-dl.profile b/etc/profile-m-z/youtube-dl.profile
index 37f87d0b5..24c4d6db3 100644
--- a/etc/profile-m-z/youtube-dl.profile
+++ b/etc/profile-m-z/youtube-dl.profile
@@ -10,18 +10,18 @@ include globals.local
10# breaks when installed under ${HOME} via `pip install --user` (see #2833) 10# breaks when installed under ${HOME} via `pip install --user` (see #2833)
11ignore noexec ${HOME} 11ignore noexec ${HOME}
12 12
13nodeny ${HOME}/.cache/youtube-dl 13noblacklist ${HOME}/.cache/youtube-dl
14nodeny ${HOME}/.config/youtube-dl 14noblacklist ${HOME}/.config/youtube-dl
15nodeny ${HOME}/.netrc 15noblacklist ${HOME}/.netrc
16nodeny ${MUSIC} 16noblacklist ${MUSIC}
17nodeny ${VIDEOS} 17noblacklist ${VIDEOS}
18 18
19# Allow python (blacklisted by disable-interpreters.inc) 19# Allow python (blacklisted by disable-interpreters.inc)
20include allow-python2.inc 20include allow-python2.inc
21include allow-python3.inc 21include allow-python3.inc
22 22
23deny /tmp/.X11-unix 23blacklist /tmp/.X11-unix
24deny ${RUNUSER} 24blacklist ${RUNUSER}
25 25
26include disable-common.inc 26include disable-common.inc
27include disable-devel.inc 27include disable-devel.inc