Function lrs::syscall::capset_v3

Sets the capabilities of this thread.

Syntax

fn capset_v3(caps: &[__user_cap_data_struct; 2]) -> i32

Arguments

NameDescription
caps

The capabilities.

See also