From 8e64a435a10a4319b9d852c671b2b95e27ba9758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 16 May 2024 14:57:11 +0200 Subject: [PATCH] Add rpminspect configuration mozjs is built with LLVM, so gcc-specific hardening properties tested for by annoncheck are absent. --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..d810728 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +annocheck: + ignore: + # the library is built with LLVM, so gcc-specific + # hardening properties are absent + - /usr/lib64/gjs/libmozjs-*.so + - /usr/lib/gjs/libmozjs-*.so