mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
RELNOTES: ps(1): Change of how current user's processes are matched
MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1aabbb25c9
commit
44265f3b30
1 changed files with 7 additions and 0 deletions
7
RELNOTES
7
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue