Home
last modified time | relevance | path

Searched refs:aa_check_perms (Results 1 – 8 of 8) sorted by relevance

/linux/security/apparmor/
H A Dtask.c267 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 Dipc.c99 return aa_check_perms(profile, &perms, request, ad, audit_signal_cb); in profile_signal_perm()
H A Dnet.c182 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 Dmount.c283 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 Dcapability.c145 return aa_check_perms(profile, &perms, request, ad, in profile_capable()
H A Dlib.c425 int aa_check_perms(struct aa_profile *profile, const struct aa_perms *perms, in aa_check_perms() function
H A Dlsm.c648 error = aa_check_perms(profile, &perms, request, ad, in profile_uring()
/linux/security/apparmor/include/
H A Dperms.h216 int aa_check_perms(struct aa_profile *profile, const struct aa_perms *perms,