Searched refs:aa_may_ptrace (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/security/apparmor/include/ |
H A D | task.h | 94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
|
/openbmc/linux/security/apparmor/ |
H A D | task.c | 290 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer, in aa_may_ptrace() function
|
H A D | lsm.c | 125 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 D | domain.c | 64 error = aa_may_ptrace(tracer_cred, tracerl, to_cred, to_label, in may_change_ptraced_domain()
|