diff --git a/2002-orabug32810448-restore-default-debug-sss_cache.patch b/2002-orabug32810448-restore-default-debug-sss_cache.patch deleted file mode 100644 index 0d56be5..0000000 --- a/2002-orabug32810448-restore-default-debug-sss_cache.patch +++ /dev/null @@ -1,26 +0,0 @@ -From: Alex Burmashev -Date: Tue, 04 May 2021 13:31:41 +0100 -Subject: [PATCH] restore default debug level for sss_cache - -We want only fatal failures to be logged, otherwise in some conditions log is. -flooded with unneeded "errors" - -Resolves: https://github.com/SSSD/sssd/issues/5488 - -Orabug: 32810448 -Signed-off-by: Alex Burmashev - -Patch migrated from ol8 to ol9 without any modification -Signed-off-by: Darren Archibald -diff -uNr a/src/tools/sss_cache.c b/src/tools/sss_cache.c ---- a/src/tools/sss_cache.c 2024-06-26 02:11:39.000000000 -0700 -+++ b/src/tools/sss_cache.c 2024-09-05 16:17:12.686336046 -0700 -@@ -722,7 +722,7 @@ - struct cache_tool_ctx *ctx = NULL; - int idb = INVALIDATE_NONE; - struct input_values values = { 0 }; -- int debug = SSSDBG_TOOLS_DEFAULT; -+ int debug = SSSDBG_FATAL_FAILURE; - errno_t ret = EOK; - - poptContext pc = NULL; diff --git a/sssd.spec b/sssd.spec index 6847dbf..f7eb665 100644 --- a/sssd.spec +++ b/sssd.spec @@ -57,13 +57,12 @@ Name: sssd Version: 2.10.2 -Release: 3.0.1%{?dist}.3 +Release: 3%{?dist}.3 Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ Source0: https://github.com/SSSD/sssd/releases/download/2.10.2/sssd-2.10.2.tar.gz Source1: sssd.sysusers -Patch2002: 2002-orabug32810448-restore-default-debug-sss_cache.patch ### Patches ### Patch0001: 0001-KCM-fix-memory-leak.patch @@ -1120,9 +1119,6 @@ fi %systemd_postun_with_restart sssd.service %changelog -* Thu Nov 06 2025 EL Errata - 2.10.2-3.0.1.3 -- Restore default debug level for sss_cache [Orabug: 32810448] - * Mon Oct 20 2025 Masahiro Matsuya - 2.10.2-3.3 - Resolves: RHEL-120286 - CVE-2025-11561 sssd: SSSD default Kerberos configuration allows privilege escalation on AD-joined Linux systems [rhel-10.0.z]