diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..319165b --- /dev/null +++ b/rpminspect.yaml @@ -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.*$