Home
last modified time | relevance | path

Searched refs:aa_compute_fperms (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Dfile.h184 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state,
/Linux-v4.19/security/apparmor/
Dfile.c228 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, in aa_compute_fperms() function
276 *perms = aa_compute_fperms(dfa, state, cond); in aa_str_perms()
Ddomain.c168 *perms = aa_compute_fperms(profile->file.dfa, state, &cond); in label_compound_match()
221 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
230 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
Dapparmorfs.c619 tmp = aa_compute_fperms(dfa, state, &cond); in profile_query_cb()