mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-08-28 04:46:43 -04:00
For FreeBSD 12.2 and before I think we could use SCM_CREDS to get the pid of the peer. For FreeBSD 13.x and later, the Xucred is extended with a pid. For now we'll leave it unimplemented and expect to add FreeBSD 13+ support whern it is released. Signed-off-by: Denton Gentry <dgentry@tailscale.com>
6 lines
94 B
AMPL
6 lines
94 B
AMPL
module inet.af/peercred
|
|
|
|
go 1.14
|
|
|
|
require golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b
|