devela::_dep::rustix::thread

Function remove_capability_from_bounding_set

pub fn remove_capability_from_bounding_set(
    capability: Capability,
) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

If the calling thread has the Capability::SetPermittedCapabilities capability within its user namespace, then drop the specified capability from the thread’s capability bounding set.

§References