[][src]Function linux::syscall::prctl_pr_set_keepcaps

pub fn prctl_pr_set_keepcaps(keep: bool) -> c_int

Sets whether capabilities are dropped when all root user ids are dropped.

[argument, keep] Whether the capabilities are kept.

= See also

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