Lines Matching refs:tracee
247 struct aa_profile *tracee,
251 if (profile_unconfined(tracee) || unconfined(tracer) ||
252 !ANY_RULE_MEDIATES(&tracee->rules, AA_CLASS_PTRACE))
255 return profile_ptrace_perm(cred, tracee, tracer, request, ad);
260 struct aa_label *tracee, u32 request,
267 return profile_ptrace_perm(cred, tracer, tracee, request, ad);
270 if (&tracer->label == tracee)
274 ad->peer = tracee;
283 * aa_may_ptrace - test if tracer task can trace the tracee
285 * @tracee: task label to be traced
291 const struct cred *tracee_cred, struct aa_label *tracee,
298 return xcheck_labels(tracer, tracee, profile,
299 profile_tracer_perm(tracer_cred, profile, tracee,