Explicitly list allowed forbidden function symbols in rpminspect.yaml

As per OSCI-6462

Related: RHEL-35406
This commit is contained in:
Eike Rathke 2024-05-07 18:05:11 +02:00
parent 6800d76b0d
commit dba3188ef0
1 changed files with 4 additions and 2 deletions

View File

@ -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: