]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
unix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
authorcem <cem@FreeBSD.org>
Tue, 3 Nov 2020 01:17:45 +0000 (01:17 +0000)
committercem <cem@FreeBSD.org>
Tue, 3 Nov 2020 01:17:45 +0000 (01:17 +0000)
commit06a84f3871f19e9b7a4fb7a3530b0f511d8357cf
tree2b73f73f8d57654e1b903c388fdd58eb60775abb
parent13ba877868d37257a0609a8364dfde95699b350f
unix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT

This option is intended to be semantically identical to Linux's
SOL_SOCKET:SO_PASSCRED.  For now, it is mutually exclusive with the
pre-existing sockopt SOL_LOCAL:LOCAL_CREDS.

Reviewed by: markj (penultimate version)
Differential Revision: https://reviews.freebsd.org/D27011
share/man/man4/unix.4
sys/kern/uipc_usrreq.c
sys/sys/un.h
sys/sys/unpcb.h