Method lrs::thread::CapSet::set_inheritable

Sets whether the set contains an inheritable capability.

Syntax

impl CapSet {
    fn set_inheritable(&mut self, cap: Capability, has: bool) -> ()
}

Arguments

NameDescription
cap

The capability to modify.

has

Whether the set contains the capability.