pub fn remove_capability_from_bounding_set(capability: Capability) -> Result<()>
Available on crate feature
thread
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.