From 6c3cfec971e940909ea38da3ed8a2617aaf0ff94 Mon Sep 17 00:00:00 2001 From: The Tumultuous Unicorn Of Darkness Date: Fri, 3 Nov 2023 06:42:05 +0100 Subject: [PATCH] Add io.github.thetumultuousunicornofdarkness.cpu-x exception Requested during review: https://github.com/flathub/flathub/pull/4609#discussion_r1359892042 --- 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 6f04b815..91fd1942 100644 --- a/flatpak_builder_lint/staticfiles/exceptions.json +++ b/flatpak_builder_lint/staticfiles/exceptions.json @@ -1660,5 +1660,8 @@ }, "com.obsproject.Studio": { "finish-args-flatpak-spawn-access": "Required for the virtual camera feature" + }, + "io.github.thetumultuousunicornofdarkness.cpu-x": { + "finish-args-flatpak-spawn-access": "access to /dev/cpu and /dev/mem is required in order to display data about CPU and memory" } }