git: 518e697f2acc - main - [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too.
Alan Somers
asomers at FreeBSD.org
Tue Aug 10 13:31:18 UTC 2021
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=518e697f2accf3769dc986e254a4c79db7ec5a06
commit 518e697f2accf3769dc986e254a4c79db7ec5a06
Author: Alan Somers <asomers at FreeBSD.org>
AuthorDate: 2021-08-10 13:29:06 +0000
Commit: Alan Somers <asomers at FreeBSD.org>
CommitDate: 2021-08-10 13:31:09 +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
---
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
More information about the dev-commits-src-main
mailing list