Explicitly list allowed forbidden function symbols in rpminspect.yaml
As per OSCI-6462 Related: RHEL-35409
This commit is contained in:
parent
eb6994d2a6
commit
f2fcf03bd1
@ -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*/thunderbird/libxul.so
|
/usr/lib64/thunderbird/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