|
Dmitry Belyavskiy |
d1f2ed |
# https://one.redhat.com/rhel-developer-guide/#_modifying_a_per_package_rpminspect_yaml_file
|
|
Dmitry Belyavskiy |
d1f2ed |
# https://github.com/rpminspect/rpminspect/blob/master/data/generic.yaml
|
|
Dmitry Belyavskiy |
d1f2ed |
badfuncs:
|
|
Dmitry Belyavskiy |
d1f2ed |
# Optional list of glob(7) specifications to match files to ignore
|
|
Dmitry Belyavskiy |
d1f2ed |
# for this inspection. The format of this list is the same as the
|
|
Dmitry Belyavskiy |
d1f2ed |
# global 'ignore' list. The difference is the items specified
|
|
Dmitry Belyavskiy |
d1f2ed |
# here will only be used during this inspection.
|
|
Dmitry Belyavskiy |
d1f2ed |
ignore:
|
|
Dmitry Belyavskiy |
d1f2ed |
- /usr/bin/ssh
|
|
Dmitry Belyavskiy |
d1f2ed |
- /usr/sbin/sshd
|
|
Dmitry Belyavskiy |
d1f2ed |
|