Ignore badfuncs error in rpminspect
Related: rhbz#2002747
This commit is contained in:
parent
539f1489c0
commit
65db55d8d8
@ -558,6 +558,7 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 22 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-2
|
* Wed Sep 22 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-2
|
||||||
- Enable BIND_NOW to prevent GOT overwrite attacks.
|
- Enable BIND_NOW to prevent GOT overwrite attacks.
|
||||||
|
- Ignore badfuncs error in rpminspect because it's a false positive
|
||||||
Related: rhbz#2002747
|
Related: rhbz#2002747
|
||||||
|
|
||||||
* Tue Sep 14 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-1
|
* Tue Sep 14 2021 Simon Pichugin <spichugi@redhat.com> - 2.4.59-1
|
||||||
|
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
inspections:
|
||||||
|
badfuncs: off
|
Loading…
Reference in New Issue
Block a user