Searched refs:aa_check_perms (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | task.c | 240 return aa_check_perms(profile, &perms, request, ad, audit_ptrace_cb); in profile_ptrace_perm() 338 error = aa_check_perms(profile, &perms, request, ad, in aa_profile_ns_perm()
|
D | net.c | 135 return aa_check_perms(profile, &perms, request, ad, audit_net_cb); in aa_profile_af_perm() 253 return aa_check_perms(profile, &perms, request, ad, audit_net_cb); in aa_secmark_perm()
|
D | lib.c | 368 return aa_check_perms(profile, &perms, request, ad, aa_audit_perms_cb); in aa_profile_label_perm() 388 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms() function
|
D | ipc.c | 100 return aa_check_perms(profile, &perms, request, ad, audit_signal_cb); in profile_signal_perm()
|
D | lsm.c | 648 error = aa_check_perms(profile, &perms, request, ad, in profile_uring()
|
/linux-6.12.1/security/apparmor/include/ |
D | perms.h | 219 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|