Searched refs:audit_ptrace_cb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | ipc.c | 43 static void audit_ptrace_cb(struct audit_buffer *ab, void *va) in audit_ptrace_cb() function 73 return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); in profile_ptrace_perm() 107 return aa_audit(AUDIT_APPARMOR_AUTO, tracer, sa, audit_ptrace_cb); in profile_tracer_perm()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | task.c | 208 static void audit_ptrace_cb(struct audit_buffer *ab, void *va) in audit_ptrace_cb() function 243 return aa_check_perms(profile, &perms, request, ad, audit_ptrace_cb); in profile_ptrace_perm() 279 return aa_audit(AUDIT_APPARMOR_AUTO, tracer, ad, audit_ptrace_cb); in profile_tracer_perm()
|
Completed in 2 milliseconds