Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2025 12:23:35 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 44265f3b3056 - main - RELNOTES: ps(1): Change of how current user's processes are matched
Message-ID:  <202504281223.53SCNZ5e025609@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=44265f3b30562f58db78d5bcd905f3db21fc418e

commit 44265f3b30562f58db78d5bcd905f3db21fc418e
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-04-22 16:11:07 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-04-28 12:18:17 +0000

    RELNOTES: ps(1): Change of how current user's processes are matched
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 RELNOTES | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 70b59cdb621e..ee1a5e41bd75 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.
 
+1aabbb25c9f9:
+	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.
+
 f0600c41e754-de701f9bdbe0, bc201841d139:
 	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?202504281223.53SCNZ5e025609>