rpminspect.yaml: do not check debuginfo for firmware files

Resolves: RHEL-70755

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
Jaroslav Kysela 2024-12-18 15:29:56 +01:00
parent 3d79fba8e3
commit f620c4cc2a

View File

@ -2,6 +2,14 @@
elf:
exclude_path: ^/lib/firmware/*
# exclude binary firmware files from debuginfo check entirely
# we cannot verify the functionalify for stripped files
# and they are not executed on host CPU
debuginfo:
ignore:
- /lib/firmware/*.bin
- /lib/firmware/*/*
# exclude binary firmware files from annocheck entirely
annocheck:
ignore: