Lines Matching refs:target
70 /* See if cred has the capability in the target user namespace
71 * by examining the target user namespace and all of the target
124 * If we are in the same or an ancestor user_ns and have all the target
126 * If we have the ptrace capability to the target user_ns, then ptrace
191 * @target: The task from which to retrieve the capability sets
199 int cap_capget(struct task_struct *target, kernel_cap_t *effective,
206 cred = __task_cred(target);
260 /* verify restrictions on target's new Permitted set */
769 #define __cap_gained(field, target, source) \
770 !cap_issubset(target->cap_##field, source->cap_##field)
771 #define __cap_grew(target, source, cred) \
772 !cap_issubset(cred->cap_##target, cred->cap_##source)
1104 * So we check for increased caps on the target process.