You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
551 B
21 lines
551 B
ignore noexec ${HOME} |
|
|
|
## copy firejail config parts from mpv.profile |
|
noblacklist ${HOME}/.config/mpv |
|
noblacklist ${HOME}/.config/youtube-dl |
|
noblacklist ${HOME}/.netrc |
|
|
|
include allow-lua.inc |
|
include allow-python3.inc |
|
mkdir ${HOME}/.config/mpv |
|
mkdir ${HOME}/.config/youtube-dl |
|
mkfile ${HOME}/.netrc |
|
whitelist ${HOME}/.config/mpv |
|
whitelist ${HOME}/.config/youtube-dl |
|
whitelist ${HOME}/.netrc |
|
whitelist /usr/share/lua |
|
whitelist /usr/share/lua* |
|
whitelist /usr/share/vulkan |
|
|
|
##private-bin env,mpv,python*,waf,youtube-dl |
|
#private-bin env,mpv,python*,yt-dlp
|
|
|