Function lrs::syscall::capget_v3

Retrieves the capabilities of a thread.

Syntax

fn capget_v3(tid: i32, buf: &mut [__user_cap_data_struct; 2]) -> i32

Arguments

NameDescription
tid

The thread id.

buf

The buffer in which the capabilities will be stored.

See also