mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
This is required for MPV to successfully use youtube-dl on Arch. I'm not sure if other distros still ship youtube-dl with python2, or if python2.7 can be removed.
22 lines
521 B
Text
22 lines
521 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/mpv.local
|
|
|
|
# mpv media player profile
|
|
noblacklist ${HOME}/.config/mpv
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nonewprivs
|
|
noroot
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
# to test
|
|
shell none
|
|
private-bin mpv,youtube-dl,python,python2.7,python3.6
|