rpminspect: add a reduced elf ignorelist
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
861fb30b3e
commit
611ca8bf3e
@ -14,3 +14,9 @@ inspections:
|
|||||||
|
|
||||||
# kernel executables have debug symbols.
|
# kernel executables have debug symbols.
|
||||||
debuginfo: off
|
debuginfo: off
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2007428
|
||||||
|
elf:
|
||||||
|
ignore:
|
||||||
|
- /usr/lib/grub/i386-pc/kernel.*
|
||||||
|
- /usr/lib/grub/i386-pc/lnxboot.image
|
||||||
|
Loading…
Reference in New Issue
Block a user