diff --git a/flatpak_builder_lint/staticfiles/exceptions.json b/flatpak_builder_lint/staticfiles/exceptions.json index 3b63af46..5d92ae4b 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -3868,5 +3868,10 @@ }, "menu.kando.Kando": { "finish-args-flatpak-spawn-access": "Required because Kando is an app-launcher" + }, + "io.github.flattool.Ignition": { + "finish-args-unnecessary-xdg-config-autostart-create-access": "This app's purpose is to manage autostart entries", + "finish-args-unnecessary-xdg-data-icons-ro-access": "Needed to be able to show app icons that are stored in this directory", + "finish-args-unnecessary-xdg-data-flatpak-ro-access": "Needed to be able to see the list of .desktop files associated with installed flatpaks, to be able to autostart them" } }