Searched refs:tracerl (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/apparmor/
H A Ddomain.c48 struct aa_label *tracerl = NULL; local
57 tracerl = aa_get_task_label(tracer);
61 if (!tracer || unconfined(tracerl))
64 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label,
69 aa_put_label(tracerl);

Completed in 115 milliseconds