aboutsummaryrefslogtreecommitdiffstats
path: root/etc/youtube-dl.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 14:09:20 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-02 14:09:20 +0200
commit217d0e259470ed004db45b3508b03688556dc44a (patch)
treeff9a08ee14665cb995f24f0ac5a4dd0e079fccf4 /etc/youtube-dl.profile
parentMerge branch 'master' of github.com:netblue30/firejail (diff)
downloadfirejail-217d0e259470ed004db45b3508b03688556dc44a.tar.gz
firejail-217d0e259470ed004db45b3508b03688556dc44a.tar.zst
firejail-217d0e259470ed004db45b3508b03688556dc44a.zip
many profile cleanups
Diffstat (limited to 'etc/youtube-dl.profile')
-rw-r--r--etc/youtube-dl.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/youtube-dl.profile b/etc/youtube-dl.profile
index 237f24fd1..1c2bad51c 100644
--- a/etc/youtube-dl.profile
+++ b/etc/youtube-dl.profile
@@ -7,6 +7,9 @@ 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}
@@ -15,9 +18,6 @@ noblacklist ${VIDEOS}
15include allow-python2.inc 18include allow-python2.inc
16include allow-python3.inc 19include allow-python3.inc
17 20
18# breaks when installed via pip
19ignore noexec ${HOME}
20
21include disable-common.inc 21include disable-common.inc
22include disable-devel.inc 22include disable-devel.inc
23include disable-exec.inc 23include disable-exec.inc