rpminspect.yaml: do not run elf test for firmware files
Resolves: RHEL-70755 Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
This commit is contained in:
parent
f620c4cc2a
commit
618dd0a6d5
@ -15,3 +15,9 @@ annocheck:
|
|||||||
ignore:
|
ignore:
|
||||||
- /lib/firmware/*.bin
|
- /lib/firmware/*.bin
|
||||||
- /lib/firmware/*/*
|
- /lib/firmware/*/*
|
||||||
|
|
||||||
|
# exclude binary firmware files from elf test entirely
|
||||||
|
elf:
|
||||||
|
ignore:
|
||||||
|
- /lib/firmware/*.bin
|
||||||
|
- /lib/firmware/*/*
|
||||||
|
Loading…
Reference in New Issue
Block a user