Skip to main content

check_write

Function check_write 

Source
async fn check_write(
    polkit: &PolkitAuthority,
    pid: u32,
    user: &str,
    tty: Option<&str>,
) -> Result<bool>
Expand description

Check whether pid is allowed to write to user, optionally on a specific tty.