pub fn adopt_scm_fd(raw: RawFd) -> OwnedFdExpand description
Adopt a raw descriptor received via SCM_RIGHTS into an owned handle.
The kernel duplicates ancillary-data descriptors into the receiving process on delivery, transferring their single reference — whoever calls this must adopt them (here) or close them (leak). This is the single audit point for that ownership transfer in this crate.