[][src]Function linux::syscall::prctl_pr_capbset_drop

pub fn prctl_pr_capbset_drop(cap: c_int) -> c_int

Removes a capability from this thread's bounding set.

[argument, cap] The capability to remove.

= See also

  • link:man:prctl(2) and PR_CAPBSET_DROP therein