aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ffplay.profile14
-rw-r--r--etc/ffprobe.profile14
-rw-r--r--etc/qt-faststart.profile14
3 files changed, 42 insertions, 0 deletions
diff --git a/etc/ffplay.profile b/etc/ffplay.profile
new file mode 100644
index 000000000..00da400bd
--- /dev/null
+++ b/etc/ffplay.profile
@@ -0,0 +1,14 @@
1# Firejail profile for ffplay
2# Description: FFmpeg-based media player
3# This file is overwritten after every install/update
4# Persistent local customizations
5include ffplay.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin ffplay
11
12
13# Redirect
14include ffmpeg.profile
diff --git a/etc/ffprobe.profile b/etc/ffprobe.profile
new file mode 100644
index 000000000..166cc8b46
--- /dev/null
+++ b/etc/ffprobe.profile
@@ -0,0 +1,14 @@
1# Firejail profile for ffprobe
2# Description: FFmpeg-based media prober
3# This file is overwritten after every install/update
4# Persistent local customizations
5include ffprobe.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin ffprobe
11
12
13# Redirect
14include ffmpeg.profile
diff --git a/etc/qt-faststart.profile b/etc/qt-faststart.profile
new file mode 100644
index 000000000..51bc1b298
--- /dev/null
+++ b/etc/qt-faststart.profile
@@ -0,0 +1,14 @@
1# Firejail profile for qt-faststart
2# Description: FFmpeg-based media utility
3# This file is overwritten after every install/update
4# Persistent local customizations
5include qt-faststart.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin qt-faststart
11
12
13# Redirect
14include ffmpeg.profile