aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar the-antz <antzz@protonmail.ch>2019-11-27 14:24:06 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-11-27 13:24:06 +0000
commitb997bc6e58346c24c9ff981f1748dae924b6c5fd (patch)
tree0de726721c70086c0c9df2f396dda302b8200a40 /etc
parentblacklist /tmp/.X11-unix in gist.profile (diff)
downloadfirejail-b997bc6e58346c24c9ff981f1748dae924b6c5fd.tar.gz
firejail-b997bc6e58346c24c9ff981f1748dae924b6c5fd.tar.zst
firejail-b997bc6e58346c24c9ff981f1748dae924b6c5fd.zip
Fix profile: ffmpeg (#3064)
Fix broken libx265 encoding (needs the set_mempolicy syscall).
Diffstat (limited to 'etc')
-rw-r--r--etc/ffmpeg.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/ffmpeg.profile b/etc/ffmpeg.profile
index 19d9a7644..c3dc59bee 100644
--- a/etc/ffmpeg.profile
+++ b/etc/ffmpeg.profile
@@ -38,7 +38,8 @@ notv
38nou2f 38nou2f
39novideo 39novideo
40protocol inet,inet6 40protocol inet,inet6
41seccomp 41# allow set_mempolicy, which is required to encode using libx265
42seccomp !set_mempolicy
42shell none 43shell none
43tracelog 44tracelog
44 45