Lines Matching defs:inheritable
193 * @inheritable: The place to record the inheritable set
200 kernel_cap_t *inheritable, kernel_cap_t *permitted)
208 *inheritable = cred->cap_inheritable;
215 * Determine whether the inheritable capabilities are limited to the old
234 * @inheritable: A pointer to the proposed new inheritable capabilities set
244 const kernel_cap_t *inheritable,
248 !cap_issubset(*inheritable,
251 /* incapable of using this inheritable set */
254 if (!cap_issubset(*inheritable,
269 new->cap_inheritable = *inheritable;
274 * inheritable.
278 *inheritable));
566 __u32 inheritable = caps->inheritable.cap[i];
574 (new->cap_inheritable.cap[i] & inheritable);
655 cpu_caps->inheritable.cap[i] = le32_to_cpu(caps->data[i].inheritable);
659 cpu_caps->inheritable.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK;