Returns whether the set contains a permitted capability.
impl CapSet { fn has_permitted(&self, cap: Capability) -> bool }
The capability to check.