Searched refs:aa_compute_fperms (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | file.h | 183 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 203 * aa_compute_fperms - convert dfa compressed perms to internal perms 213 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, in aa_compute_fperms() function 261 *perms = aa_compute_fperms(dfa, state, cond); in aa_str_perms()
|
H A D | domain.c | 89 * aa_compute_perms is replaced with aa_compute_fperms 164 *perms = aa_compute_fperms(profile->file.dfa, state, &cond); in label_compound_match() 217 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match() 226 tmp = aa_compute_fperms(profile->file.dfa, state, &cond); in label_components_match()
|
H A D | apparmorfs.c | 624 tmp = aa_compute_fperms(dfa, state, &cond); in profile_query_cb()
|
Completed in 7 milliseconds