Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dtask.h106 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
/linux/security/apparmor/
H A Dtask.c316 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace() argument
325 profile_tracer_perm(tracer_cred, profile, tracee, in aa_may_ptrace()
H A Ddomain.c56 const struct cred *tracer_cred = NULL; in may_change_ptraced_domain() local
65 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
71 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()
77 put_cred(tracer_cred); in may_change_ptraced_domain()