firejail/etc/profile-a-l/avidemux3_jobs_qt5.profile
Hartmut Knaack 15bce3c83c 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.
2022-12-13 23:35:43 +01:00

18 lines
481 B
Text

# 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