Home
last modified time | relevance | path

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

/linux-6.6.21/security/apparmor/
Dtask.c290 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace() argument
299 profile_tracer_perm(tracer_cred, profile, tracee, in aa_may_ptrace()
Ddomain.c49 const struct cred *tracer_cred = NULL; in may_change_ptraced_domain() local
58 tracer_cred = get_task_cred(tracer); in may_change_ptraced_domain()
64 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()
70 put_cred(tracer_cred); in may_change_ptraced_domain()
/linux-6.6.21/security/apparmor/include/
Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,