Lines Matching refs:inheritable
576 * @inheritable: inheritable capability set
579 * Get the @effective, @inheritable, and @permitted capability sets for the
588 kernel_cap_t *inheritable,
591 return call_int_hook(capget, target, effective, inheritable, permitted);
599 * @inheritable: inheritable capability set
602 * Set the @effective, @inheritable, and @permitted capability sets for the
609 const kernel_cap_t *inheritable,
612 return call_int_hook(capset, new, old, effective, inheritable,
822 * process such as clearing out non-inheritable signal state. This is called