firefox/rpminspect.yaml
Eike Rathke dba3188ef0 Explicitly list allowed forbidden function symbols in rpminspect.yaml
As per OSCI-6462

Related: RHEL-35406
2024-05-17 12:34:33 +02:00

20 lines
618 B
YAML

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