Adjust rpminspect.yaml for Flatpak

This commit is contained in:
Tomas Popela 2024-08-15 08:22:12 +02:00
parent b8f6f423f9
commit 239d1fb494

View File

@ -5,10 +5,9 @@ inspections:
# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party # the badfunc is triggered by inet_addr and inet_ntoa which is in the third party
# libraries bundled to firefox sources. # libraries bundled to firefox sources.
badfuncs: badfuncs:
allowed: ignore:
/usr/lib64/firefox/libxul.so: - /usr/lib*/firefox/libxul.so
- inet_addr - /app/lib*/firefox/libxul.so
- inet_ntoa
# We don't plan to build Firefox with the LTO because it brings more problems # We don't plan to build Firefox with the LTO because it brings more problems
# than benefits to the package. # than benefits to the package.
annocheck: annocheck:
@ -17,3 +16,4 @@ runpath:
# rpath to bundled content # rpath to bundled content
allowed_paths: allowed_paths:
- /usr/lib64/firefox/bundled/lib64 - /usr/lib64/firefox/bundled/lib64
- /app/lib64/firefox/bundled/lib64