mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
$ 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).
14 lines
326 B
Text
14 lines
326 B
Text
# Firejail profile for ffprobe
|
|
# Description: FFmpeg-based media prober
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include ffprobe.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
ignore private-bin
|
|
|
|
# Redirect
|
|
include ffmpeg.profile
|