Lines Matching refs:tracee
243 struct aa_profile *tracee, in profile_tracee_perm() argument
247 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()
248 !label_mediates(&tracee->label, AA_CLASS_PTRACE)) in profile_tracee_perm()
251 return profile_ptrace_perm(cred, tracee, tracer, request, ad); in profile_tracee_perm()
256 struct aa_label *tracee, u32 request, in profile_tracer_perm() argument
263 return profile_ptrace_perm(cred, tracer, tracee, request, ad); in profile_tracer_perm()
266 if (&tracer->label == tracee) in profile_tracer_perm()
270 ad->peer = tracee; in profile_tracer_perm()
289 const struct cred *tracee_cred, struct aa_label *tracee, in aa_may_ptrace() argument
296 return xcheck_labels(tracer, tracee, profile, in aa_may_ptrace()
297 profile_tracer_perm(tracer_cred, profile, tracee, in aa_may_ptrace()