From 6c13c037b5d583a98bda2fff2ada4d38162c17d0 Mon Sep 17 00:00:00 2001 From: Scott Mayhew Date: Fri, 9 May 2025 08:24:10 -0400 Subject: [PATCH] Add rpminspect config Copy the rpminspect config from RHEL9. Signed-off-by: Scott Mayhew --- rpminspect.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 rpminspect.yaml 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.*$