Searched refs:aa_check_perms (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | ipc.c | 79 return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); in profile_ptrace_perm() 208 return aa_check_perms(profile, &perms, request, sa, audit_signal_cb); in profile_signal_perm()
|
D | net.c | 132 return aa_check_perms(profile, &perms, request, sa, audit_net_cb); in aa_profile_af_perm()
|
D | lib.c | 410 return aa_check_perms(profile, &perms, request, sa, aa_audit_perms_cb); in aa_profile_label_perm() 431 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms() function
|
/Linux-v4.19/security/apparmor/include/ |
D | perms.h | 157 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|