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

/linux-master/security/apparmor/include/
H A Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
/linux-master/security/apparmor/
H A Dtask.c281 * @tracer_cred: cred of task doing the tracing (NOT NULL)
289 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, argument
298 profile_tracer_perm(tracer_cred, profile, tracee,
H A Ddomain.c49 const struct cred *tracer_cred = NULL; local
58 tracer_cred = get_task_cred(tracer);
64 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label,
70 put_cred(tracer_cred);

Completed in 155 milliseconds