Searched refs:aa_compute_perms (Results 1 – 5 of 5) sorted by relevance
/security/apparmor/include/ |
D | perms.h | 144 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
|
/security/apparmor/ |
D | net.c | 126 aa_compute_perms(profile->policy.dfa, state, &perms); in aa_profile_af_perm()
|
D | lib.c | 325 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, in aa_compute_perms() function
|
D | label.c | 1337 aa_compute_perms(profile->policy.dfa, state, perms); in label_compound_match() 1388 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match() 1397 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match()
|
D | apparmorfs.c | 635 aa_compute_perms(dfa, state, &tmp); in profile_query_cb()
|