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:
parent
ef588d91d6
commit
2cfb2ec793
@ -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) {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user