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:
parent
3d79fba8e3
commit
f620c4cc2a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user