aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ffmpegthumbnailer.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-06 22:30:36 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-06 22:30:36 +0000
commitc6623a31db7df6a590ca93a1c856e717fd674ec8 (patch)
tree8e80a763b26ff3b1d6ba35548e45e2ab5e7abead /etc/ffmpegthumbnailer.profile
parentAdd ffmpeg redirect profiles (#2532) (diff)
downloadfirejail-c6623a31db7df6a590ca93a1c856e717fd674ec8.tar.gz
firejail-c6623a31db7df6a590ca93a1c856e717fd674ec8.tar.zst
firejail-c6623a31db7df6a590ca93a1c856e717fd674ec8.zip
Create ffmpegthumbnailer.profile (#2533)
Diffstat (limited to 'etc/ffmpegthumbnailer.profile')
-rw-r--r--etc/ffmpegthumbnailer.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/ffmpegthumbnailer.profile b/etc/ffmpegthumbnailer.profile
new file mode 100644
index 000000000..6ab35e9a0
--- /dev/null
+++ b/etc/ffmpegthumbnailer.profile
@@ -0,0 +1,15 @@
1# Firejail profile for ffmpegthumbnailer
2# Description: FFmpeg-based video thumbnailer
3# This file is overwritten after every install/update
4# Persistent local customizations
5include ffmpegthumbnailer.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10private-bin ffmpegthumbnailer
11private-lib libffmpegthumbnailer.so.*
12
13
14# Redirect
15include ffmpeg.profile