Function lrs::thread::set_capabilities

Sets the capabilities of the current thread.

Syntax

fn set_capabilities(caps: CapSet) -> Result<(), Errno>

Arguments

NameDescription
caps

The new capabilities.

See also