summaryrefslogtreecommitdiffstats
path: root/etc/ffprobe.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 14:51:59 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-28 14:51:59 +0200
commit99c5975ff834e3fcf875d4b295a12a5a61a917c7 (patch)
tree8a81ee1a940024b099ae7e8348f783b140fa7da8 /etc/ffprobe.profile
parentadd missing blacklist paths (diff)
downloadfirejail-99c5975ff834e3fcf875d4b295a12a5a61a917c7.tar.gz
firejail-99c5975ff834e3fcf875d4b295a12a5a61a917c7.tar.zst
firejail-99c5975ff834e3fcf875d4b295a12a5a61a917c7.zip
fix ffprobe
$ firejail ffprobe VIDEO execvp: No such file or directory $ firejail --noprofile --private-bin=ffprobe ffprobe VIDEO execvp: No such file or directory $ firejail --ignore=private-bin ffprobe VIDEO Works ffprobe is the only file in PATH that is touched (see --build).
Diffstat (limited to 'etc/ffprobe.profile')
-rw-r--r--etc/ffprobe.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ffprobe.profile b/etc/ffprobe.profile
index cb24a7d05..e7c9f678d 100644
--- a/etc/ffprobe.profile
+++ b/etc/ffprobe.profile
@@ -8,7 +8,7 @@ include ffprobe.local
8# added by included profile 8# added by included profile
9#include globals.local 9#include globals.local
10 10
11private-bin ffprobe 11ignore private-bin
12 12
13# Redirect 13# Redirect
14include ffmpeg.profile 14include ffmpeg.profile