Searched refs:aa_check_perms (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/security/apparmor/ |
D | net.c | 131 return aa_check_perms(profile, &perms, request, sa, audit_net_cb); in aa_profile_af_perm() 244 return aa_check_perms(profile, &perms, request, sa, audit_net_cb); in aa_secmark_perm()
|
D | ipc.c | 95 return aa_check_perms(profile, &perms, request, sa, audit_signal_cb); in profile_signal_perm()
|
D | lib.c | 425 return aa_check_perms(profile, &perms, request, sa, aa_audit_perms_cb); in aa_profile_label_perm() 446 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms() function
|
D | task.c | 238 return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); in profile_ptrace_perm()
|
/Linux-v6.1/security/apparmor/include/ |
D | perms.h | 153 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|