Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/
Ddomain.c66 struct aa_profile *tracerp = NULL; in may_change_ptraced_domain() local
74 tracerp = aa_cred_profile(cred); in may_change_ptraced_domain()
79 if (!tracer || unconfined(tracerp)) in may_change_ptraced_domain()
82 error = aa_may_ptrace(tracer, tracerp, to_profile, PTRACE_MODE_ATTACH); in may_change_ptraced_domain()