From 15bce3c83c828cb023ca0cbdad4592a0a9ec5d44 Mon Sep 17 00:00:00 2001 From: Hartmut Knaack Date: Sun, 11 Dec 2022 16:50:18 +0100 Subject: Add profile for avidemux3_jobs_qt5 Add a profile for the Qt5 GUI to process Avidemux jobs. Use a redirection to the avidemux3_qt5 profile to reuse translation files. The application needs to create a network socket on localhost and fails to run with protocol unix, so that entry in the default avidemux profile needs to be extended. --- etc/profile-a-l/avidemux3_jobs_qt5.profile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/profile-a-l/avidemux3_jobs_qt5.profile (limited to 'etc/profile-a-l/avidemux3_jobs_qt5.profile') diff --git a/etc/profile-a-l/avidemux3_jobs_qt5.profile b/etc/profile-a-l/avidemux3_jobs_qt5.profile new file mode 100644 index 000000000..d84d67494 --- /dev/null +++ b/etc/profile-a-l/avidemux3_jobs_qt5.profile @@ -0,0 +1,18 @@ +# Firejail profile for avidemux3_jobs_qt5 +# Description: The Qt5 GUI to run Avidemux jobs. +# This file is overwritten after every install/update +# Persistent local customizations +include avidemux3_jobs_qt5.local +# Persistent global definitions +# added by included profile +#include globals.local + +# Provide a shell to spawn avidemux3_cli +include allow-bin-sh.inc +private-bin sh + +# Needs to bind to a socket on localhost +protocol inet,inet6 + +# Redirect +include avidemux3_qt5.profile -- cgit v1.2.3-70-g09d2