From 22d9a21ad15350414cc1c760f5885c72888ce3b6 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 7 May 2024 18:15:31 +0200 Subject: [PATCH] Explicitly list allowed forbidden function symbols in rpminspect.yaml As per OSCI-6462 Related: RHEL-35418 --- rpminspect.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 38a162f..cf483d4 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*/thunderbird/libxul.so + allowed: + /usr/lib64/thunderbird/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: