Function lrs::thread::set_keeps_caps

Sets whether this thread keeps its permitted capabilities when all 0 user ids are dropped.

Syntax

fn set_keeps_caps(keep: bool) -> Result<(), Errno>

Arguments

NameDescription
keep

Whether this thread keeps its capabilities.

See also