Sets whether the set contains an inheritable capability.
impl CapSet { fn set_inheritable(&mut self, cap: Capability, has: bool) -> () }
The capability to modify.
Whether the set contains the capability.