From 70c982a224cad6a4ec73be51e2db7c258f3de7c7 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 7 Aug 2024 05:53:25 -0400 Subject: [PATCH] Disable remote calls (RHEL-35644) Signed-off-by: Steve Dickson Resolves: RHEL-35644 --- rpcbind.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rpcbind.spec b/rpcbind.spec index c9bc65c..6ff71ce 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -4,7 +4,7 @@ Name: rpcbind Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Universal Addresses to RPC Program Number Mapper License: BSD-3-Clause URL: http://nfsv4.bullopensource.org @@ -47,7 +47,6 @@ autoreconf -fisv --with-rpcuser="%rpcbind_user_group" \ --with-nss-modules="files altfiles" \ --sbindir=%{_bindir} \ - --enable-rmtcalls \ --enable-debug make all @@ -114,6 +113,9 @@ fi %attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir} %changelog +* Wed Aug 7 2024 Steve Dickson rpcbind-1.2.7-2 +- Disable remote calls (RHEL-35644) + * Tue Aug 6 2024 Steve Dickson rpcbind-1.2.7-1 - The default config RPCBIND_ARGS in /etc/sysconfig/rpcbind is wrong (RHEL-32326)