git: 8dff6ae8591b - stable/13 - [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Oct 2021 21:38:08 UTC
The branch stable/13 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=8dff6ae8591b07e15ca52512c8844a834d2d94b0 commit 8dff6ae8591b07e15ca52512c8844a834d2d94b0 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2021-08-10 13:29:06 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2021-10-07 21:37:41 +0000 [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too. MFC after: 2 weeks 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 bfce382456ef..cae33f9e8710 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 November 9, 2020 +.Dd August 7, 2021 .Dt UNIX 4 .Os .Sh NAME @@ -348,6 +348,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