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.profile20
1 files changed, 8 insertions, 12 deletions
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index 621ffb2b0..28b5f2376 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -7,20 +7,16 @@ 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
11ignore noexec ${HOME}
12
10noblacklist ${HOME}/.netrc 13noblacklist ${HOME}/.netrc
11noblacklist ${MUSIC} 14noblacklist ${MUSIC}
12noblacklist ${VIDEOS} 15noblacklist ${VIDEOS}
13 16
14# Allow python (blacklisted by disable-interpreters.inc) 17# Allow python (blacklisted by disable-interpreters.inc)
15noblacklist ${PATH}/python2* 18include allow-python2.inc
16noblacklist ${PATH}/python3* 19include allow-python3.inc
17noblacklist /usr/lib/python2*
18noblacklist /usr/lib/python3*
19noblacklist /usr/local/lib/python2*
20noblacklist /usr/local/lib/python3*
21
22# breaks when installed via pip
23ignore noexec ${HOME}
24 20
25include disable-common.inc 21include disable-common.inc
26include disable-devel.inc 22include disable-devel.inc
@@ -53,10 +49,10 @@ shell none
53tracelog 49tracelog
54 50
55disable-mnt 51disable-mnt
56private-bin youtube-dl,python*,ffmpeg 52private-bin env,ffmpeg,python*,youtube-dl
57private-cache 53private-cache
58private-dev 54private-dev
59private-etc alternatives,ssl,pki,ca-certificates,hostname,hosts,resolv.conf,youtube-dl.conf,crypto-policies,mime.types 55private-etc alternatives,ca-certificates,crypto-policies,hostname,hosts,mime.types,pki,resolv.conf,ssl,youtube-dl.conf
60private-tmp 56private-tmp
61 57
62# memory-deny-write-execute - breaks on Arch 58#memory-deny-write-execute - breaks on Arch (see issue #1803)