Home
last modified time | relevance | path

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

/linux-6.15/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.c48 const struct cred *tracer_cred = NULL; in may_change_ptraced_domain() local
57 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
63 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()
69 put_cred(tracer_cred); in may_change_ptraced_domain()
/linux-6.15/security/apparmor/include/
H A Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,