From c96ba5f34b9e12454c77eed42e6365d00d1015fa Mon Sep 17 00:00:00 2001 From: Emil Sayahi <97276123+emmyoh@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:05:27 -0500 Subject: [PATCH] Exempt io.github.OkuBrowser.oku from finish-args-flatpak-spawn-access --- 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 e46fddce..6ccb147e 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -2642,6 +2642,9 @@ "io.github.nokse22.ultimate-tic-tac-toe": { "appstream-id-mismatch-flatpak-id": "appstream-cid predates this linter rule" }, + "io.github.OkuBrowser.oku": { + "finish-args-flatpak-spawn-access": "Required to spawn fusermount3 in order to run FUSE mount on a host system" + }, "io.github.orontee.Argos": { "appstream-id-mismatch-flatpak-id": "appstream-cid predates this linter rule" },