12 lines
395 B
YAML
12 lines
395 B
YAML
---
|
|
# 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
|
|
|