Add rpminspect config

Copy the rpminspect config from RHEL9.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
This commit is contained in:
Scott Mayhew 2025-05-09 08:24:10 -04:00
parent 44c2df5f8b
commit 6c13c037b5

31
rpminspect.yaml Normal file
View File

@ -0,0 +1,31 @@
---
# https://issues.redhat.com/browse/RHEL-69768
badfuncs:
allowed:
/sbin/mount.nfs:
- gethostbyname
- inet_aton
- inet_ntoa
/usr/lib*/libnfsidmap.so*:
- gethostbyname
/usr/lib/systemd/system-generators/nfs-server-generator:
- gethostbyname
/usr/sbin/exportfs:
- gethostbyname
/usr/sbin/rpc.mountd:
- gethostbyname
# https://issues.redhat.com/browse/RHEL-69771
pathmigration:
ignore:
- /sbin/mount.nfs
- /sbin/mount.nfs4
- /sbin/umount.nfs
- /sbin/umount.nfs4
- /sbin/rpc.statd
- /sbin/nfsdcltrack
# https://issues.redhat.com/browse/RHEL-78107
rpmdeps:
ignore:
requires: ^libnfsidmap\.so.*$