Lines Matching refs:tracee
244 struct aa_profile *tracee, in profile_tracee_perm() argument
248 if (profile_unconfined(tracee) || unconfined(tracer) || in profile_tracee_perm()
249 !ANY_RULE_MEDIATES(&tracee->rules, AA_CLASS_PTRACE)) in profile_tracee_perm()
252 return profile_ptrace_perm(cred, tracee, tracer, request, ad); in profile_tracee_perm()
257 struct aa_label *tracee, u32 request, in profile_tracer_perm() argument
264 return profile_ptrace_perm(cred, tracer, tracee, request, ad); in profile_tracer_perm()
267 if (&tracer->label == tracee) in profile_tracer_perm()
271 ad->peer = tracee; in profile_tracer_perm()
290 const struct cred *tracee_cred, struct aa_label *tracee, in aa_may_ptrace() argument
297 return xcheck_labels(tracer, tracee, profile, in aa_may_ptrace()
298 profile_tracer_perm(tracer_cred, profile, tracee, in aa_may_ptrace()