Searched refs:aa_may_ptrace (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | ipc.h | 32 int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee,
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | task.h | 94 int aa_may_ptrace(const struct cred *tracer_cred, struct aa_label *tracer,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | ipc.c | 111 * aa_may_ptrace - test if tracer task can trace the tracee 118 int aa_may_ptrace(struct aa_label *tracer, struct aa_label *tracee, in aa_may_ptrace() function
|
H A D | lsm.c | 123 error = aa_may_ptrace(tracer, tracee, in apparmor_ptrace_access_check() 139 error = aa_may_ptrace(tracer, tracee, AA_PTRACE_TRACE); in apparmor_ptrace_traceme()
|
H A D | domain.c | 76 error = aa_may_ptrace(tracerl, to_label, PTRACE_MODE_ATTACH); in may_change_ptraced_domain()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | task.c | 283 * aa_may_ptrace - test if tracer task can trace the tracee 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()
|
Completed in 18 milliseconds