Home
last modified time | relevance | path

Searched refs:aa_compute_perms (Results 1 – 5 of 5) sorted by relevance

/security/apparmor/include/
Dperms.h144 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
/security/apparmor/
Dnet.c126 aa_compute_perms(profile->policy.dfa, state, &perms); in aa_profile_af_perm()
Dlib.c325 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state, in aa_compute_perms() function
Dlabel.c1337 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()
Dapparmorfs.c635 aa_compute_perms(dfa, state, &tmp); in profile_query_cb()