mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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.
18 lines
481 B
Text
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
|