Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dtask.c289 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace() argument
298 profile_tracer_perm(tracer_cred, profile, tracee, in aa_may_ptrace()
H A Ddomain.c54 const struct cred *tracer_cred = NULL; in may_change_ptraced_domain() local
63 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
69 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()
75 put_cred(tracer_cred); in may_change_ptraced_domain()
/linux/security/apparmor/include/
H A Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,