From 34a6e96ea88a9cbb6ec03e18800980e9a8658660 Mon Sep 17 00:00:00 2001 From: Jean28518 Date: Mon, 25 Sep 2023 09:18:47 +0200 Subject: [PATCH] Add flatpak-spawn exception for Linux-Assistant --- 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 7e5eb126..8a57be87 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -1645,5 +1645,8 @@ }, "io.github.flattool.Warehouse": { "finish-args-flatpak-spawn-access": "Required to manage Flatpaks on the host" + }, + "io.github.jean28518.Linux-Assistant": { + "finish-args-flatpak-spawn-access": "Required to get information about the os and execute host commands e.g. like the package managers" } }