GRUB does not care about ABI changes between versions, e.g modules are not intended to be loaded in different GRUB versions, thus abidiff inspections are irrelevant. Resolves: #RHEL-106446 Signed-off-by: Leo Sandoval <lsandova@redhat.com>
12 lines
262 B
YAML
12 lines
262 B
YAML
# additional rpminspect configuration for this branch
|
|
|
|
inspections:
|
|
abidiff: off
|
|
|
|
---
|
|
# Disable annobin stack check since grub's initialization code doesn't support it
|
|
annocheck:
|
|
extra_opts:
|
|
- hardened: --skip-stack-prot --ignore-unknown --verbose
|
|
|