mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-23 06:02:23 -06:00
49 lines
1.2 KiB
Text
49 lines
1.2 KiB
Text
# Firejail profile for ffmpeg
|
|
# Description: Tools for transcoding, streaming and playing of multimedia files
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include ffmpeg.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${MUSIC}
|
|
noblacklist ${VIDEOS}
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol inet,inet6
|
|
seccomp
|
|
# seccomp.keep futex,write,read,munmap,fstat,mprotect,mmap,open,close,stat,lseek,brk,rt_sigaction,rt_sigprocmask,ioctl,access,select,madvise,getpid,clone,execve,fcntl,getdents,readlink,getrlimit,getrusage,statfs,getpriority,setpriority,arch_prctl,sched_getaffinity,set_tid_address,set_robust_list,getrandom
|
|
shell none
|
|
tracelog
|
|
|
|
private-bin ffmpeg
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,pki,pkcs11,hosts,ssl,ca-certificates,resolv.conf
|
|
private-tmp
|
|
|
|
# memory-deny-write-execute - it breaks old versions of ffmpeg
|