RHEL: 9.7.0 ERRATUM

- sudo missing spacing and separator in log when using
"--preserve-env=list"
- fix patch
Resolves: RHEL-71916

Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
Radovan Sroka 2025-04-25 18:25:06 +02:00
parent ef588d91d6
commit 2cfb2ec793
No known key found for this signature in database
GPG Key ID: F5778AD785E3581F
2 changed files with 2 additions and 10 deletions

View File

@ -9,11 +9,3 @@ diff -up ./lib/eventlog/eventlog.c.separator ./lib/eventlog/eventlog.c
}
if (evlog->command != NULL) {
sudo_lbuf_append_esc(&lbuf, LBUF_ESC_CNTRL|LBUF_ESC_BLANK,
@@ -197,6 +198,7 @@ new_logline(int event_type, int flags, s
}
}
}
+ sudo_lbuf_append(&lbuf, " ; ");
/*
if (event_type == EVLOG_EXIT) {
if (args->signal_name != NULL) {

View File

@ -1,7 +1,7 @@
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.9.5p2
Release: 11%{?dist}
Release: 12%{?dist}
License: ISC
URL: https://www.sudo.ws
@ -278,7 +278,7 @@ EOF
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
%changelog
* Mon Apr 22 2025 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-11
* Fri Apr 25 2025 Radovan Sroka <rsroka@redhat.com> - 1.9.5p2-12
RHEL: 9.7.0 ERRATUM
- sudo missing spacing and separator in log when using "--preserve-env=list"
Resolves: RHEL-71916