Searched refs:aa_apply_modes_to_perms (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/security/apparmor/ |
D | ipc.c | 72 aa_apply_modes_to_perms(profile, &perms); in profile_ptrace_perm() 204 aa_apply_modes_to_perms(profile, &perms); in profile_signal_perm()
|
D | net.c | 129 aa_apply_modes_to_perms(profile, &perms); in aa_profile_af_perm() 241 aa_apply_modes_to_perms(profile, &perms); in aa_secmark_perm()
|
D | lib.c | 290 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms() function 406 aa_apply_modes_to_perms(profile, &perms); in aa_profile_label_perm()
|
D | domain.c | 165 aa_apply_modes_to_perms(profile, perms); in label_compound_match() 218 aa_apply_modes_to_perms(profile, &tmp); in label_components_match() 227 aa_apply_modes_to_perms(profile, &tmp); in label_components_match()
|
D | label.c | 1333 aa_apply_modes_to_perms(profile, perms); in label_compound_match() 1384 aa_apply_modes_to_perms(profile, &tmp); in label_components_match() 1393 aa_apply_modes_to_perms(profile, &tmp); in label_components_match()
|
D | apparmorfs.c | 635 aa_apply_modes_to_perms(profile, &tmp); in profile_query_cb()
|
/Linux-v5.10/security/apparmor/include/ |
D | perms.h | 142 void aa_apply_modes_to_perms(struct aa_profile *profile,
|