[][src]Function linux::syscall::capset_v3

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

Sets the capabilities of this thread.

[argument, caps] The capabilities.

= See also

  • link:man:capset(2)