Re: Proposal to automatically make the owner/user of an accepted socket the current process

Jason Thorpe <[email protected]> Thu, 5 Jun 2025 19:57:09 -0700
Newsgroups gmane.os.netbsd.devel.network,gmane.os.netbsd.devel.kernel
Message-ID <[email protected]>

> On Jun 5, 2025, at 7:51 PM, Emmanuel Nyarko <[email protected]> wrote:
> 
> And also, fchown, no support for it yet ? 

fchown()?  It changes the uid/gid of a file on disk, like chown() but takes a file descriptor rather than a path.

-- thorpej