Home
last modified time | relevance | path

Searched refs:tracer_p (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/security/apparmor/
Dipc.c95 struct aa_profile *tracer_p; in aa_ptrace() local
99 tracer_p = aa_cred_profile(cred); in aa_ptrace()
101 if (!unconfined(tracer_p)) { in aa_ptrace()
106 error = aa_may_ptrace(tracer, tracer_p, tracee_p, mode); in aa_ptrace()
107 error = aa_audit_ptrace(tracer_p, tracee_p, error); in aa_ptrace()