Home
last modified time | relevance | path

Searched refs:aa_may_ptrace (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dtask.h94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
/openbmc/linux/security/apparmor/
H A Dtask.c290 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace() function
H A Dlsm.c125 error = aa_may_ptrace(current_cred(), tracer, cred, tracee, in apparmor_ptrace_access_check()
143 error = aa_may_ptrace(cred, tracer, current_cred(), tracee, in apparmor_ptrace_traceme()
H A Ddomain.c64 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()