//! Process ownership for sockets.
//!
//! The three-way distinction between "we know", "the kernel denied us", and
//! "truly anonymous" matters: running `ss` without root hides the owners of
//! sockets belonging to other users, and we want to surface that as one
//! diagnostic rather than N question marks in a table.
use ;
/// A reference to a specific process by PID and command name.
/// Process ownership for a socket — three-way split so the diagnostician
/// can surface permission failures as one aggregate finding rather than N
/// question marks.