Date: Thu, 1 May 2025 19:51:43 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7219648f60d1 - stable/14 - RELNOTES: ps(1): Change of how current user's processes are matched Message-ID: <202505011951.541Jphes068718@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=7219648f60d10a97642951d58dd41dd8080eafed commit 7219648f60d10a97642951d58dd41dd8080eafed Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-04-22 16:11:07 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-05-01 19:41:37 +0000 RELNOTES: ps(1): Change of how current user's processes are matched MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 44265f3b30562f58db78d5bcd905f3db21fc418e) Commit hash edited on MFC. --- RELNOTES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELNOTES b/RELNOTES index e1119951a332..bea7e78c3a2b 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,13 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +1e8dc267ca91: + ps(1)'s default list of processes now comes from matching its effective + user ID instead of its real user ID with the effective user ID of all + processes, in accordance with POSIX. As ps(1) itself is not installed + setuid, this only affects processes having different real and effective + user IDs that launch ps(1) processes. + 4b4bd20e17e0-f9b5d5bf1186, f74cd62b5c71: mac_do(4) is now considered production-ready and its functionality has been considerably extended at the price of breaking credentials
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505011951.541Jphes068718>