alsa-firmware/rpminspect.yaml
Jaroslav Kysela 618dd0a6d5 rpminspect.yaml: do not run elf test for firmware files
Resolves: RHEL-70755

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2024-12-19 20:32:25 +01:00

24 lines
569 B
YAML

# exclude elf check
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:
- /lib/firmware/*.bin
- /lib/firmware/*/*
# exclude binary firmware files from elf test entirely
elf:
ignore:
- /lib/firmware/*.bin
- /lib/firmware/*/*