The branch stable/12 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=673bca7e765e15440bdf52ead53af7e2e6a84303
commit 673bca7e765e15440bdf52ead53af7e2e6a84303 Author: Alan Somers <asom...@freebsd.org> AuthorDate: 2021-08-10 13:29:06 +0000 Commit: Alan Somers <asom...@freebsd.org> CommitDate: 2022-08-19 22:30:47 +0000 [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too. Reviewed By: dchagin Differential Revision: https://reviews.freebsd.org/D31456 (cherry picked from commit 518e697f2accf3769dc986e254a4c79db7ec5a06) --- share/man/man4/unix.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4 index 569e6dd25208..1a8954e717f7 100644 --- a/share/man/man4/unix.4 +++ b/share/man/man4/unix.4 @@ -28,7 +28,7 @@ .\" @(#)unix.4 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd August 3, 2020 +.Dd August 7, 2021 .Dt UNIX 4 .Os .Sh NAME @@ -300,6 +300,8 @@ Requested via .Xr getsockopt 2 on a .Dv SOCK_STREAM +or +.Dv SOCK_SEQPACKET socket returns credentials of the remote side. These will arrive in the form of a filled in .Vt xucred