Function rustix::thread::prctl::remove_capability_from_bounding_set
source · pub fn remove_capability_from_bounding_set(capability: Capability) -> Result<()>
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.