Explicitly list allowed forbidden function symbols in rpminspect.yaml
As per OSCI-6462 Related: RHEL-35398
This commit is contained in:
parent
1ab555007d
commit
b78a90958a
@ -5,8 +5,10 @@ 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:
|
||||||
ignore:
|
allowed:
|
||||||
- /usr/lib*/firefox/libxul.so
|
/usr/lib64/firefox/libxul.so:
|
||||||
|
- inet_addr
|
||||||
|
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user