From dba3188ef0034d5e56fafa2083ea1633dc1b9e64 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 7 May 2024 18:05:11 +0200 Subject: [PATCH] Explicitly list allowed forbidden function symbols in rpminspect.yaml As per OSCI-6462 Related: RHEL-35406 --- rpminspect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index e4c4e16..dff72ef 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -5,8 +5,10 @@ inspections: # the badfunc is triggered by inet_addr and inet_ntoa which is in the third party # libraries bundled to firefox sources. badfuncs: - ignore: - - /usr/lib*/firefox/libxul.so + 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: