From b8f6f423f9270a1e9761c27d18102c89d84190e8 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 14 Aug 2024 08:40:30 +0200 Subject: [PATCH] Add rpminspect.yaml from c9s --- rpminspect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..dff72ef --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,19 @@ +--- +inspections: + # this inspection is taking way too long and causing timeouts + abidiff: off +# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party +# libraries bundled to firefox sources. +badfuncs: + allowed: + /usr/lib64/firefox/libxul.so: + - inet_addr + - inet_ntoa +# We don't plan to build Firefox with the LTO because it brings more problems +# than benefits to the package. +annocheck: + - hardened: --ignore-unknown --verbose --skip-lto --skip-cf-protection --skip-property-note +runpath: + # rpath to bundled content + allowed_paths: + - /usr/lib64/firefox/bundled/lib64