Searched refs:aa_check_perms (Results 1 – 8 of 8) sorted by relevance
| /linux/security/apparmor/ |
| H A D | task.c | 267 return aa_check_perms(profile, &perms, request, ad, audit_ptrace_cb); in profile_ptrace_perm() 394 error = aa_check_perms(profile, &perms, request, ad, in aa_profile_ns_perm()
|
| H A D | ipc.c | 99 return aa_check_perms(profile, &perms, request, ad, audit_signal_cb); in profile_signal_perm()
|
| H A D | net.c | 182 return aa_check_perms(profile, &perms, request, ad, in aa_do_perms() 402 return aa_check_perms(profile, &perms, request, ad, audit_net_cb); in aa_secmark_perm()
|
| H A D | mount.c | 283 return aa_check_perms(profile, &perms, AA_MAY_MOUNT, ad, audit_cb); in match_mnt_path_str() 575 return aa_check_perms(profile, &perms, AA_MAY_UMOUNT, ad, audit_cb); in profile_umount() 649 error = aa_check_perms(profile, &perms, AA_MAY_PIVOTROOT, ad, audit_cb); in build_pivotroot()
|
| H A D | capability.c | 145 return aa_check_perms(profile, &perms, request, ad, in profile_capable()
|
| H A D | lib.c | 425 int aa_check_perms(struct aa_profile *profile, const struct aa_perms *perms, in aa_check_perms() function
|
| H A D | lsm.c | 648 error = aa_check_perms(profile, &perms, request, ad, in profile_uring()
|
| /linux/security/apparmor/include/ |
| H A D | perms.h | 216 int aa_check_perms(struct aa_profile *profile, const struct aa_perms *perms,
|