-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PID to UCred on remaining platforms #3102
Comments
IIRC I left open nearly all BSDs (only MacOS) and Solaris. EDIT: Solaris got already implemented by somebody else |
The currently supported platforms are listed here: tokio/tokio/src/net/unix/ucred.rs Lines 25 to 28 in 90c2a51
|
Windows doesn't have OpenBSD and NetBSD do support PID though. NetBSD supports it with the OpenBSD supports it with the FreeBSD doesn't support it as far as I can tell. The struct returned with the DragonFly BSD also doesn't seem to support it. They seem to have the same system as FreeBSD: |
It appears that FreeBSD 13 added support of PID in credentials? In the section of |
Implement
pid
on windows forUCred
. See #3085 and #2633.What other platforms are missing?
cc @de-vri-es, @kloenk
The text was updated successfully, but these errors were encountered: