mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
Add a profile for youtube-dl
This commit is contained in:
parent
f34222c701
commit
f81611af58
1 changed files with 26 additions and 0 deletions
26
etc/youtube-dl.profile
Normal file
26
etc/youtube-dl.profile
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/youtube-dl.local
|
||||
|
||||
# Firejail profile for youtube-dl
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
no3d
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
|
||||
private-dev
|
||||
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue