Lines Matching defs:inheritable
602 * @inheritable: inheritable capability set
605 * Get the @effective, @inheritable, and @permitted capability sets for the
614 kernel_cap_t *inheritable,
617 return call_int_hook(capget, target, effective, inheritable, permitted);
625 * @inheritable: inheritable capability set
628 * Set the @effective, @inheritable, and @permitted capability sets for the
635 const kernel_cap_t *inheritable,
638 return call_int_hook(capset, new, old, effective, inheritable,
848 * process such as clearing out non-inheritable signal state. This is called