From 0e2d6df259bb0337434058dc9c8d1f4a2d147876 Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 5 Aug 2024 15:14:16 +0200 Subject: [PATCH] Add exception for org.dupot.easyflatpak --- 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 ee5f5f51..715e3e60 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3858,5 +3858,8 @@ }, "moe.tundra.Tundra": { "finish-args-freedesktop-dbus-talk-name": "Predates the linter rule" + }, + "org.dupot.easyflatpak": { + "finish-args-flatpak-spawn-access": "Required to install then override some flatpak application (for example asking game folder for steam or lutris)" } }