]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
unix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
authorConrad Meyer <cem@FreeBSD.org>
Tue, 3 Nov 2020 01:17:45 +0000 (01:17 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Tue, 3 Nov 2020 01:17:45 +0000 (01:17 +0000)
commit2de07e4096e20e1ea18b42865972a12c37aa8e50
tree2b73f73f8d57654e1b903c388fdd58eb60775abb
parenta98f03786e468a83103ed1666a0ffbab8f7dcfb4
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