From 8d8f4f5dd353f68d3f5d8056fda2d563c20e662e Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Mon, 4 Sep 2023 01:03:11 +0200 Subject: [PATCH] Add flatpak-spawn exception for Multiplex --- flatpak_builder_lint/staticfiles/exceptions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 3ad016c0..18ec0742 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -1637,5 +1637,8 @@ }, "page.codeberg.JakobDev.jdDBusDebugger": { "finish-args-arbitrary-dbus-access": "It's a D-Bus Debugger" + }, + "com.pojtinger.felicitas.Multiplex": { + "finish-args-flatpak-spawn-access": "Needed to execute external copies of MPV and control them via IPC" } }