Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
06e30586b3
commit
b10614d1e6
17
rpminspect.yaml
Normal file
17
rpminspect.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
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:
|
||||||
|
ignore:
|
||||||
|
- /usr/lib*/firefox/libxul.so
|
||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user