Function lrs::syscall::prctl_pr_capbset_drop

Removes a capability from this thread's bounding set.

Syntax

fn prctl_pr_capbset_drop(cap: i32) -> i32

Arguments

NameDescription
cap

The capability to remove.

See also