Searched refs:aa_check_perms (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | net.c | 131 return aa_check_perms(profile, &perms, request, sa, audit_net_cb); in aa_profile_af_perm() 243 return aa_check_perms(profile, &perms, request, sa, audit_net_cb); in aa_secmark_perm()
|
H A D | ipc.c | 73 return aa_check_perms(profile, &perms, request, sa, audit_ptrace_cb); in profile_ptrace_perm() 205 return aa_check_perms(profile, &perms, request, sa, audit_signal_cb); in profile_signal_perm()
|
H A D | lib.c | 408 return aa_check_perms(profile, &perms, request, sa, aa_audit_perms_cb); in aa_profile_label_perm() 412 * aa_check_perms - do audit mode selection based on perms set 429 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms() function
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A 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()
|
H A D | lib.c | 368 return aa_check_perms(profile, &perms, request, ad, aa_audit_perms_cb); in aa_profile_label_perm() 372 * aa_check_perms - do audit mode selection based on perms set 388 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms() function
|
H A D | ipc.c | 100 return aa_check_perms(profile, &perms, request, ad, audit_signal_cb); in profile_signal_perm()
|
H A D | task.c | 243 return aa_check_perms(profile, &perms, request, ad, audit_ptrace_cb); in profile_ptrace_perm()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | perms.h | 153 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | perms.h | 216 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|
Completed in 5 milliseconds