Home
last modified time | relevance | path

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

/Linux-v5.10/security/apparmor/include/
Dperms.h144 void aa_compute_perms(struct aa_dfa *dfa, unsigned int state,
/Linux-v5.10/security/apparmor/
Dnet.c128 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.c1332 aa_compute_perms(profile->policy.dfa, state, perms); in label_compound_match()
1383 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match()
1392 aa_compute_perms(profile->policy.dfa, state, &tmp); in label_components_match()
Dapparmorfs.c633 aa_compute_perms(dfa, state, &tmp); in profile_query_cb()