Created attachment 247076 [details] Bugfix Major changes between sudo 1.9.15p4 and 1.9.15p3: * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's privileges from being listed by "sudo -l" if the sudoers entry in /etc/nsswitch.conf contains "[SUCCESS=return]". This did not affect the ability to run commands via sudo. Bug #1063.
Approved. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb89252c2f3e07499ec865910e9c6645e5f1a13d commit fb89252c2f3e07499ec865910e9c6645e5f1a13d Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-12-16 04:26:12 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-12-19 00:25:52 +0000 security/sudo: Update to 1.9.15p4 Major changes between sudo 1.9.15p4 and 1.9.15p3: * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's privileges from being listed by "sudo -l" if the sudoers entry in /etc/nsswitch.conf contains "[SUCCESS=return]". This did not affect the ability to run commands via sudo. Bug #1063. PR: 275788 Approved by: garga (maintainer) MFH: 2023Q4 security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
A commit in branch 2023Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=adf40a74d09ed97816fec107db15c29a11641770 commit adf40a74d09ed97816fec107db15c29a11641770 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-12-16 04:26:12 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-12-19 00:27:38 +0000 security/sudo: Update to 1.9.15p4 Major changes between sudo 1.9.15p4 and 1.9.15p3: * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's privileges from being listed by "sudo -l" if the sudoers entry in /etc/nsswitch.conf contains "[SUCCESS=return]". This did not affect the ability to run commands via sudo. Bug #1063. PR: 275788 Approved by: garga (maintainer) MFH: 2023Q4 (cherry picked from commit fb89252c2f3e07499ec865910e9c6645e5f1a13d) security/sudo/Makefile | 2 +- security/sudo/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Committed. Thanks.