mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add youtube-dl config handling (#2836)
* Add youtube-dl config to disable-programs.inc * Add config handling to youtube-dl * Add youtube-dl config handling to celluloid.profile * Add youtube-dl config handling to mpv.profile * Add youtube-dl config handling to smplayer.profile * Add youtube-dl config handling to mpsyt.profile
This commit is contained in:
parent
f874afd8c7
commit
0dffeb15b6
6 changed files with 9 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ include globals.local
|
|||
# breaks when installed via pip
|
||||
ignore noexec ${HOME}
|
||||
|
||||
noblacklist ${HOME}/.config/youtube-dl
|
||||
noblacklist ${HOME}/.netrc
|
||||
noblacklist ${MUSIC}
|
||||
noblacklist ${VIDEOS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue