Date: Tue, 2 Jul 2024 13:22:35 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 10f4a77485ff - stable/14 - procfs.4: Fix the description of credential info in the "status" file Message-ID: <202407021322.462DMZuM021183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=10f4a77485ff0a2ca71812c19e52daa07d283774 commit 10f4a77485ff0a2ca71812c19e52daa07d283774 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-06-24 14:46:36 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-07-02 13:19:29 +0000 procfs.4: Fix the description of credential info in the "status" file The 11th and 12th columns are the effective and real UIDs, respectively. The 13th column is a group list whose first member is the effective GID. Reviewed by: arrowd MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D45700 (cherry picked from commit b75d14d6005b36fe8ea90cadc027272eb06d1bc5) --- share/man/man5/procfs.5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man5/procfs.5 b/share/man/man5/procfs.5 index d055faadf2c0..253fe5670969 100644 --- a/share/man/man5/procfs.5 +++ b/share/man/man5/procfs.5 @@ -1,7 +1,7 @@ .\" Written by Garrett Wollman .\" This file is in the public domain. .\" -.Dd April 10, 2023 +.Dd June 23, 2024 .Dt PROCFS 5 .Os .Sh NAME @@ -229,11 +229,11 @@ comma separated. .It the wait channel message .It -the process credentials consisting of -the effective user id -and the list of groups (whose first member -is the effective group id) -all comma separated. +the process effective UID +.It +the process real UID +.It +group list, starting with the effective GID, comma-separated .It the hostname of the jail in which the process runs, or .Ql -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407021322.462DMZuM021183>