Lines Matching defs:effective
601 * @effective: effective capability set
605 * Get the @effective, @inheritable, and @permitted capability sets for the
613 kernel_cap_t *effective,
617 return call_int_hook(capget, target, effective, inheritable, permitted);
624 * @effective: effective capability set
628 * Set the @effective, @inheritable, and @permitted capability sets for the
634 const kernel_cap_t *effective,
638 return call_int_hook(capset, new, old, effective, inheritable,