Searched refs:aa_compute_perms (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/security/apparmor/ |
D | net.c | 129 aa_compute_perms(profile->policy.dfa, state, &perms); in aa_profile_af_perm()
|
D | lib.c | 327 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, in aa_compute_perms() function
|
D | label.c | 1308 aa_compute_perms(profile->policy.dfa, state, perms); in label_compound_match() 1359 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match() 1368 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match()
|
D | apparmorfs.c | 628 aa_compute_perms(dfa, state, &tmp); in profile_query_cb()
|
/Linux-v4.19/security/apparmor/include/ |
D | perms.h | 148 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
|