Fix winbind mkhomedir ownership handling

- resolves: RHEL-178261
This commit is contained in:
Pavel Filipenský 2026-06-02 10:47:32 +02:00
parent 68752e5df2
commit 0f9919a1ab
2 changed files with 620 additions and 441 deletions

File diff suppressed because it is too large Load Diff

View File

@ -147,7 +147,7 @@
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%global samba_version 4.19.4
%global baserelease 16
%global baserelease 17
# This should be rc1 or %%nil
%global pre_release %nil
@ -4479,6 +4479,9 @@ fi
%endif
%changelog
* Tue Jun 02 2026 Pvel Filipenský <pfilipen@redhat.com> - 4.19.4-17
- resolves: RHEL-178261 - Fix winbind mkhomedir ownership handling
* Wed May 20 2026 Pavel Filipenský <pfilipen@redhat.com> - 4.19.4-16
- resolves: RHEL-156322 - Fix CVE-2026-3012
- resolves: RHEL-161647 - Fix CVE-2026-4480