RHEL 8.10.0.Z ERRATUM

- Missing separator in the log
Resolves: RHEL-71913
This commit is contained in:
Alejandro López 2025-07-16 17:22:16 +02:00
parent f89d04e69e
commit 889ec6799c
2 changed files with 19 additions and 0 deletions

15
sudo-separator.patch Normal file
View File

@ -0,0 +1,15 @@
diff --git a/lib/eventlog/eventlog.c b/lib/eventlog/eventlog.c
index 0febe66..d9f0400 100644
--- a/lib/eventlog/eventlog.c
+++ b/lib/eventlog/eventlog.c
@@ -176,6 +176,7 @@ new_logline(int event_type, int flags, struct eventlog_args *args,
sudo_lbuf_append_esc(&lbuf, LBUF_ESC_CNTRL, " %s",
evlog->env_add[i]);
}
+ sudo_lbuf_append(&lbuf, " ; ");
}
if (evlog->command != NULL) {
sudo_lbuf_append_esc(&lbuf, LBUF_ESC_CNTRL|LBUF_ESC_BLANK,
--
2.50.1

View File

@ -55,6 +55,7 @@ Patch19: sudo-1.9.15-CVE-2023-42465.patch
Patch20: sudo-1.9.17-CVE-2025-32462.patch
Patch21: sudo-reintroduce-cmnd_no_wait.patch
Patch22: sudo-separator.patch
%description
Sudo (superuser do) allows a system administrator to give certain
@ -101,6 +102,7 @@ plugins that use %{name}.
%patch -P 19 -p1 -b .rowhammer
%patch -P 20 -p1 -b .cve-host
%patch -P 21 -p1 -b .cmnd_no_wait
%patch -P 22 -p1 -b .separator
%build
# Remove bundled copy of zlib
@ -280,6 +282,8 @@ rm -rf $RPM_BUILD_ROOT
RHEL 8.10.0.Z ERRATUM
- Reintroduce cmnd_no_wait
Resolves: RHEL-51956
- Missing separator in the log
Resolves: RHEL-71913
* Wed Jun 25 2025 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-10.1
RHEL 8.10.0.Z ERRATUM